Skip to content

Commit 1c5a7bc

Browse files
authored
Replace deprecated lints (#2208)
1 parent f0656b4 commit 1c5a7bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

analysis_options.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ linter:
3131
- camel_case_extensions
3232
- camel_case_types
3333
- cancel_subscriptions
34+
- collection_methods_unrelated_type
3435
- comment_references
3536
- constant_identifier_names
3637
- control_flow_in_finally
@@ -44,11 +45,9 @@ linter:
4445
- file_names
4546
- hash_and_equals
4647
- implementation_imports
47-
- iterable_contains_unrelated_type
4848
- join_return_with_assignment
4949
- library_names
5050
- library_prefixes
51-
- list_remove_unrelated_type
5251
- literal_only_boolean_expressions
5352
- no_duplicate_case_values
5453
- non_constant_identifier_names

0 commit comments

Comments
 (0)