From 974f0511e7b459d87e100ec9fa4e090ffe928f7e Mon Sep 17 00:00:00 2001 From: Gabriel Barbosa Date: Mon, 15 Jan 2024 12:56:25 -0300 Subject: [PATCH] fix(analysis): changed were occurs errors in ci/cd. --- example/analysis_options.yaml | 3 +-- kiwi/analysis_options.yaml | 3 +-- kiwi_generator/analysis_options.yaml | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) 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