aves_mio22/.flutter/packages/flutter/test/analysis_options.yaml
2026-04-18 20:05:02 +02:00

9 lines
278 B
YAML

include: ../analysis_options.yaml
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