blob: 1a94bdd74de6e3ddb38ad27bf3cd8fcda71297a5 [file]
include: ../analysis_options.yaml
plugins:
flutter_analyzer_plugin:
path: ../../../dev/flutter_analyzer_plugin
diagnostics:
no_stopwatches: true
dependency_overrides:
analysis_server_plugin: ^0.3.22
linter:
rules:
# Tests try to throw and catch things in exciting ways all the time, so
# we disable these lints for the tests.
only_throw_errors: false
avoid_catches_without_on_clauses: false
avoid_catching_errors: false