Skip to content

Commit

Permalink
feat(linter): Enable collection_methods_unrelated_type rule
Browse files Browse the repository at this point in the history
The linter configuration has been updated to enable the 'collection_methods_unrelated_type' rule. This will help ensure that our code adheres to best practices for using collection methods in Dart.
  • Loading branch information
tech-andgar committed Feb 10, 2024
1 parent 26067c3 commit a4ce0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ analyzer:
# Lint rules and documentation, see http://dart-lang.github.io/linter/lints
linter:
rules:
# - collection_methods_unrelated_type
- collection_methods_unrelated_type
- require_trailing_commas

dart_code_linter:
Expand Down

0 comments on commit a4ce0ec

Please sign in to comment.