Skip to content

Commit 6c4a8f4

Browse files
committed
fix lint deprecations
1 parent cc2c933 commit 6c4a8f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

accepted/future-releases/0546-patterns/exhaustiveness_prototype/analysis_options.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ linter:
1313
- empty_statements
1414
- hash_and_equals
1515
- implementation_imports
16-
- iterable_contains_unrelated_type
16+
- collection_methods_unrelated_type
1717
- library_names
1818
- library_prefixes
19-
- list_remove_unrelated_type
19+
- collection_methods_unrelated_type
2020
- non_constant_identifier_names
2121
- overridden_fields
2222
- package_api_docs

0 commit comments

Comments
 (0)