blob: 5dde909960392831fdd6e02668cf7a4b3f3ce301 [file]
include: ../analysis_options.yaml
plugins:
flutter_analyzer_plugin:
path: flutter_analyzer_plugin
dependency_overrides:
analysis_server_plugin: ^0.3.22
linter:
rules:
avoid_print: false # We use prints as debugging tools here a lot.
# 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_catching_errors: false
avoid_catches_without_on_clauses: false