Ian Hickson | f25b833 | 2021-10-07 16:48:04 -0700 | [diff] [blame] | 1 | include: ../analysis_options.yaml |
2 | |||||
3 | linter: | ||||
4 | rules: | ||||
Ian Hickson | 299d484 | 2021-10-14 22:03:03 -0700 | [diff] [blame] | 5 | avoid_print: false # We use prints as debugging tools here a lot. |
6 | |||||
7 | # Tests try to throw and catch things in exciting ways all the time, so | ||||
8 | # we disable these lints for the tests. | ||||
9 | only_throw_errors: false | ||||
10 | avoid_catching_errors: false | ||||
11 | avoid_catches_without_on_clauses: false |