From 1f19ae8674be3adaefa4d897931bdce1d4f1b3a2 Mon Sep 17 00:00:00 2001 From: Sigurd Meldgaard Date: Fri, 16 May 2025 10:21:36 +0000 Subject: [PATCH] Remove analyzer_use_new_elements from analysis_options.yaml It was removed from the sdk in https://dart-review.googlesource.com/c/sdk/+/426980, so broke our CI. --- analysis_options.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 4240030212..6f2cc683db 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -18,7 +18,6 @@ linter: rules: - always_declare_return_types - always_put_required_named_parameters_first - - analyzer_use_new_elements - avoid_bool_literals_in_conditional_expressions - avoid_catching_errors - avoid_dynamic_calls