blob: 9f2f6429f6f803a6d146c83fcccce8ef80c67d4b [file] [edit]
include: ../analysis_options.yaml
plugins:
flutter_analyzer_plugin:
path: flutter_analyzer_plugin
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