Skip to content

Commit

Permalink
feat: [DX-3888] Update rules set
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash committed Jan 22, 2025
1 parent 63e0cb7 commit 13adc2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.26.1"
version: "1.26.2"

- uses: ./.github/actions/setup

Expand Down
4 changes: 2 additions & 2 deletions mews_pedantic/lib/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ dart_code_metrics:
# - prefer-assigning-await-expressions
# - prefer-async-await
- prefer-boolean-prefixes:
prefixes: [ is, are, was, were, has, have, had, can, should, will, do, does, did, allow, show, use, hide, only, enable ]
prefixes: [ is, are, was, were, has, have, had, can, should, will, do, does, did, allow, show, use, hide, only, enable, contains ]
- prefer-both-inlining-annotations
# - prefer-bytes-builder
# - prefer-class-destructuring
Expand Down Expand Up @@ -515,7 +515,7 @@ dart_code_metrics:
# - prefer-single-declaration-per-file
- prefer-specific-cases-first
# - prefer-static-class
# - prefer-static-method
- prefer-static-method
- prefer-switch-expression
- prefer-switch-with-enums
- prefer-switch-with-sealed-classes
Expand Down

0 comments on commit 13adc2c

Please sign in to comment.