mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
8 lines
225 B
YAML
8 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
|