Skip to content

Commit

Permalink
feat!: Upgrade to DCM 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash committed Aug 12, 2024
1 parent 192fb7a commit 9b84a95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dcm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: CQLabs/setup-dcm@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
version: "1.19.1"
version: "1.21.0"

- uses: ./.github/actions/setup

Expand Down
7 changes: 7 additions & 0 deletions mews_pedantic/lib/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ dart_code_metrics:
# - avoid-async-call-in-sync-function
# - avoid-banned-annotations
# - avoid-banned-file-names
# - avoid-banned-imports
# - avoid-banned-names
# - avoid-banned-types
- avoid-barrel-files
- avoid-bottom-type-in-patterns
Expand Down Expand Up @@ -305,6 +307,7 @@ dart_code_metrics:
- avoid-missing-interpolation
# - avoid-missing-test-files
- avoid-misused-test-matchers
- avoid-misused-set-literals
- avoid-misused-wildcard-pattern
- avoid-mixing-named-and-positional-fields
- avoid-multi-assignment
Expand Down Expand Up @@ -345,6 +348,7 @@ dart_code_metrics:
# - avoid-similar-names
# - avoid-slow-collection-methods
# - avoid-substring
- avoid-suspicious-super-overrides
# - avoid-throw-in-catch-block
# - avoid-throw-objects-without-tostring
# - avoid-top-level-members-in-tests
Expand Down Expand Up @@ -380,6 +384,7 @@ dart_code_metrics:
# - ban-name
# - banned-usage
# - binary-expression-operand-order
- dispose-class-fields
# - double-literal-format
# - enum-constants-ordering
# - format-comment
Expand All @@ -400,6 +405,7 @@ dart_code_metrics:
- move-variable-closer-to-its-usage
- move-variable-outside-iteration
# - newline-before-case
# - newline-before-method
- newline-before-return
- no-boolean-literal-compare
# - no-empty-block
Expand All @@ -417,6 +423,7 @@ dart_code_metrics:
# - prefer-addition-subtraction-assignments
- prefer-any-or-every
# - prefer-async-await
# - prefer-boolean-prefixes
- prefer-both-inlining-annotations
# - prefer-bytes-builder
- prefer-commenting-analyzer-ignores
Expand Down

0 comments on commit 9b84a95

Please sign in to comment.