Skip to content

Commit fd3f769

Browse files
authored
Update issue link in analysis_options.yaml (flutter#150395)
1 parent b9a6ede commit fd3f769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ linter:
4444
# - avoid_annotating_with_dynamic # conflicts with always_specify_types
4545
- avoid_bool_literals_in_conditional_expressions
4646
# - avoid_catches_without_on_clauses # blocked on https://github.com/dart-lang/linter/issues/3023
47-
# - avoid_catching_errors # blocked on https://github.com/dart-lang/linter/issues/3023
47+
# - avoid_catching_errors # blocked on https://github.com/dart-lang/linter/issues/4998
4848
# - avoid_classes_with_only_static_members # we do this commonly for `abstract final class`es
4949
- avoid_double_and_int_checks
5050
- avoid_dynamic_calls

0 commit comments

Comments
 (0)