chore: Enable DCM rule: avoid-collection-methods-with-unrelated-types (#2721)

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

Reference:
https://dcm.dev/docs/rules/common/avoid-collection-methods-with-unrelated-types/
This commit is contained in:
Luan Nico
2023-09-10 13:59:46 -07:00
committed by GitHub
parent 00185a3b6b
commit 47fe05201e

View File

@ -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