We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378b93d commit c770232Copy full SHA for c770232
1 file changed
analysis_options.yaml
@@ -49,6 +49,7 @@ linter:
49
- cascade_invocations
50
- cast_nullable_to_non_nullable
51
- close_sinks
52
+ - collection_methods_unrelated_type
53
- comment_references
54
- constant_identifier_names
55
- control_flow_in_finally
@@ -62,12 +63,10 @@ linter:
62
63
#- flutter_style_todos # Flutter todos are to verbose for our requirements.
64
- hash_and_equals
65
- implementation_imports
- - iterable_contains_unrelated_type
66
# - join_return_with_assignment # leads to less readable code IMHO
67
- library_names
68
- library_prefixes
69
- lines_longer_than_80_chars
70
- - list_remove_unrelated_type
71
- literal_only_boolean_expressions
72
- no_adjacent_strings_in_list
73
- no_duplicate_case_values
0 commit comments