diff --git a/example/analysis_options.yaml b/example/analysis_options.yaml index 97d4b47..139d786 100644 --- a/example/analysis_options.yaml +++ b/example/analysis_options.yaml @@ -7,8 +7,7 @@ linter: rules: - cancel_subscriptions - hash_and_equals - - iterable_contains_unrelated_type - - list_remove_unrelated_type + - collection_methods_unrelated_type - test_types_in_equals - unrelated_type_equality_checks - valid_regexps diff --git a/kiwi/analysis_options.yaml b/kiwi/analysis_options.yaml index 97d4b47..139d786 100644 --- a/kiwi/analysis_options.yaml +++ b/kiwi/analysis_options.yaml @@ -7,8 +7,7 @@ linter: rules: - cancel_subscriptions - hash_and_equals - - iterable_contains_unrelated_type - - list_remove_unrelated_type + - collection_methods_unrelated_type - test_types_in_equals - unrelated_type_equality_checks - valid_regexps diff --git a/kiwi_generator/analysis_options.yaml b/kiwi_generator/analysis_options.yaml index 97d4b47..139d786 100644 --- a/kiwi_generator/analysis_options.yaml +++ b/kiwi_generator/analysis_options.yaml @@ -7,8 +7,7 @@ linter: rules: - cancel_subscriptions - hash_and_equals - - iterable_contains_unrelated_type - - list_remove_unrelated_type + - collection_methods_unrelated_type - test_types_in_equals - unrelated_type_equality_checks - valid_regexps