From 218e53ae756372ddd1454d8dd16a1b7357280840 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Sun, 6 Aug 2023 14:41:15 +0700 Subject: [PATCH] refactor(analysis): migrate deprecated rule deprecated since Dart 2.0, yike --- analysis_options.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index da2ffc37..1c02c24c 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -71,12 +71,11 @@ linter: - flutter_style_todos - hash_and_equals - implementation_imports - - iterable_contains_unrelated_type + - collection_methods_unrelated_type - leading_newlines_in_multiline_strings - library_names - library_prefixes - library_private_types_in_public_api - - list_remove_unrelated_type - missing_whitespace_between_adjacent_strings - no_adjacent_strings_in_list - no_duplicate_case_values