From a7331739ef0164a96680e1207a788ae8e699cb2e Mon Sep 17 00:00:00 2001 From: Brendan Duncan Date: Sun, 27 Aug 2023 09:50:24 -0600 Subject: [PATCH] Fix analysis error --- analysis_options.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index b802e9a8..87e7064d 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -54,10 +54,9 @@ linter: - file_names - hash_and_equals - implementation_imports - - iterable_contains_unrelated_type + - collection_methods_unrelated_type - join_return_with_assignment - lines_longer_than_80_chars - - list_remove_unrelated_type - literal_only_boolean_expressions - missing_whitespace_between_adjacent_strings - no_adjacent_strings_in_list