From fd3f769ec5ba75e977a5039eb8cc537061d44294 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Mon, 24 Jun 2024 11:31:55 -0700 Subject: [PATCH] Update issue link in analysis_options.yaml (#150395) --- analysis_options.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index f1f7c43eaeb..6f0c231b9df 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -44,7 +44,7 @@ linter: # - avoid_annotating_with_dynamic # conflicts with always_specify_types - avoid_bool_literals_in_conditional_expressions # - avoid_catches_without_on_clauses # blocked on https://github.com/dart-lang/linter/issues/3023 - # - avoid_catching_errors # blocked on https://github.com/dart-lang/linter/issues/3023 + # - avoid_catching_errors # blocked on https://github.com/dart-lang/linter/issues/4998 # - avoid_classes_with_only_static_members # we do this commonly for `abstract final class`es - avoid_double_and_int_checks - avoid_dynamic_calls