Skip to content

Commit

Permalink
Merge branch 'main' into Import-third-party-integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff authored Sep 18, 2023
2 parents e51a479 + 5195523 commit 90a88f7
Show file tree
Hide file tree
Showing 130 changed files with 11,252 additions and 3,760 deletions.
3 changes: 2 additions & 1 deletion .github/styles/Microsoft/HeadingAcronyms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ link: https://docs.microsoft.com/en-us/style-guide/acronyms#be-careful-with-acro
level: warning
scope: heading
tokens:
- '[A-Z]{2,4}'
- "[A-Z]{2,4}"
exceptions:
- SDK
- GDPR
Expand All @@ -19,3 +19,4 @@ exceptions:
- ATT
- JAR
- OAID
- CDN
49 changes: 0 additions & 49 deletions .github/workflows/pages.yml

This file was deleted.

1 change: 1 addition & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
api.adjust.com
https://example.go.link*
https://dash.adjust.com/control-center/*
46 changes: 23 additions & 23 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- repo: https://github.com/crate-ci/typos
rev: v1.14.11
hooks:
- id: typos
- repo: https://github.com/errata-ai/vale
rev: v2.26.0
hooks:
- id: vale
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.9.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.7.1
hooks:
- id: editorconfig-checker
alias: ec
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- repo: https://github.com/crate-ci/typos
rev: v1.15.0
hooks:
- id: typos
- repo: https://github.com/errata-ai/vale
rev: v2.27.0
hooks:
- id: vale
args: [--autofix, --indent, "2"]
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.7.1
hooks:
- id: editorconfig-checker
alias: ec
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier
1 change: 1 addition & 0 deletions docs/_images/flutter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 90a88f7

Please sign in to comment.