diff --git a/analysis_options.yaml b/analysis_options.yaml index e821f33..9b275ff 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -94,12 +94,11 @@ linter: - hash_and_equals - implementation_imports - invariant_booleans # too many false positives: https://github.com/dart-lang/linter/issues/811 - - iterable_contains_unrelated_type + - collection_methods_unrelated_type - join_return_with_assignment # not yet tested - library_names - library_prefixes - lines_longer_than_80_chars # not yet tested - - list_remove_unrelated_type - literal_only_boolean_expressions # too many false positives: https://github.com/dart-lang/sdk/issues/34181 - no_adjacent_strings_in_list - no_duplicate_case_values diff --git a/example/analysis_options.yaml b/example/analysis_options.yaml index d4eb77e..da9bddb 100644 --- a/example/analysis_options.yaml +++ b/example/analysis_options.yaml @@ -94,12 +94,11 @@ linter: - hash_and_equals - implementation_imports - invariant_booleans # too many false positives: https://github.com/dart-lang/linter/issues/811 - - iterable_contains_unrelated_type + - collection_methods_unrelated_type - join_return_with_assignment # not yet tested - library_names - library_prefixes - lines_longer_than_80_chars # not yet tested - - list_remove_unrelated_type - literal_only_boolean_expressions # too many false positives: https://github.com/dart-lang/sdk/issues/34181 - no_adjacent_strings_in_list - no_duplicate_case_values