Skip to content

Commit

Permalink
chore: Enable DCM rule: avoid-collection-methods-with-unrelated-types (
Browse files Browse the repository at this point in the history
…#2721)

Enable DCM rule: avoid-collection-methods-with-unrelated-types

Reference:
https://dcm.dev/docs/rules/common/avoid-collection-methods-with-unrelated-types/
  • Loading branch information
luanpotter committed Sep 10, 2023
1 parent 00185a3 commit 47fe052
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/flame_lint/lib/analysis_options_with_dcm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ dart_code_metrics:
# dart rules
- avoid-banned-imports
- avoid-cascade-after-if-null
- avoid-collection-methods-with-unrelated-types
# flutter rules
- prefer-define-hero-tag

0 comments on commit 47fe052

Please sign in to comment.