We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0656b4 commit 1c5a7bcCopy full SHA for 1c5a7bc
analysis_options.yaml
@@ -31,6 +31,7 @@ linter:
31
- camel_case_extensions
32
- camel_case_types
33
- cancel_subscriptions
34
+ - collection_methods_unrelated_type
35
- comment_references
36
- constant_identifier_names
37
- control_flow_in_finally
@@ -44,11 +45,9 @@ linter:
44
45
- file_names
46
- hash_and_equals
47
- implementation_imports
- - iterable_contains_unrelated_type
48
- join_return_with_assignment
49
- library_names
50
- library_prefixes
51
- - list_remove_unrelated_type
52
- literal_only_boolean_expressions
53
- no_duplicate_case_values
54
- non_constant_identifier_names
0 commit comments