From aa16617b270819123026745cff3c3e3411650f2e Mon Sep 17 00:00:00 2001 From: Greg Littlefield Date: Thu, 10 Oct 2024 14:22:26 -0700 Subject: [PATCH] Work around presets ignoring excluded tag args --- analysis_options.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/analysis_options.yaml b/analysis_options.yaml index e5cd3e88c..5b3a623f5 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -15,6 +15,7 @@ analyzer: unused_import: warning unnecessary_import: warning unnecessary_null_comparison: warning + comment_references: info # To work around warning "'can_be_null_after_null_aware' isn't a recognized error code" in Dart 3 included_file_warning: info