Skip to content

Commit c770232

Browse files
committed
chore: update analysis options
1 parent 378b93d commit c770232

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

analysis_options.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ linter:
4949
- cascade_invocations
5050
- cast_nullable_to_non_nullable
5151
- close_sinks
52+
- collection_methods_unrelated_type
5253
- comment_references
5354
- constant_identifier_names
5455
- control_flow_in_finally
@@ -62,12 +63,10 @@ linter:
6263
#- flutter_style_todos # Flutter todos are to verbose for our requirements.
6364
- hash_and_equals
6465
- implementation_imports
65-
- iterable_contains_unrelated_type
6666
# - join_return_with_assignment # leads to less readable code IMHO
6767
- library_names
6868
- library_prefixes
6969
- lines_longer_than_80_chars
70-
- list_remove_unrelated_type
7170
- literal_only_boolean_expressions
7271
- no_adjacent_strings_in_list
7372
- no_duplicate_case_values

0 commit comments

Comments
 (0)