mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
13 lines
242 B
YAML
13 lines
242 B
YAML
include: ../../analysis_options.yaml
|
|
|
|
analyzer:
|
|
exclude:
|
|
# Ignore protoc generated files
|
|
- "lib/src/proto/*"
|
|
|
|
linter:
|
|
rules:
|
|
avoid_catches_without_on_clauses: true
|
|
prefer_relative_imports: true
|
|
unawaited_futures: true
|