analysis_options.yaml 278 Bytes
Newer Older
1 2 3 4
include: ../analysis_options.yaml

linter:
  rules:
5 6 7 8 9
    # 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