aves_mio/.flutter/packages/flutter_test/test/analysis_options.yaml
Fabio Micheluz 2c988f959b
Some checks are pending
Quality check / Flutter analysis (push) Waiting to run
Quality check / CodeQL analysis (java-kotlin) (push) Waiting to run
first commit
2026-02-19 13:25:23 +01:00

7 lines
225 B
YAML

include: ../../analysis_options.yaml
linter:
rules:
# Tests try to catch errors all the time, so we don't worry about these lints for tests:
avoid_catches_without_on_clauses: false
avoid_catching_errors: false