We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a6ede commit fd3f769Copy full SHA for fd3f769
analysis_options.yaml
@@ -44,7 +44,7 @@ linter:
44
# - avoid_annotating_with_dynamic # conflicts with always_specify_types
45
- avoid_bool_literals_in_conditional_expressions
46
# - 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
+ # - avoid_catching_errors # blocked on https://github.com/dart-lang/linter/issues/4998
48
# - avoid_classes_with_only_static_members # we do this commonly for `abstract final class`es
49
- avoid_double_and_int_checks
50
- avoid_dynamic_calls
0 commit comments