mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
8 lines
160 B
YAML
8 lines
160 B
YAML
include: ../../analysis_options.yaml
|
|
|
|
linter:
|
|
rules:
|
|
avoid_catches_without_on_clauses: true
|
|
prefer_relative_imports: true
|
|
unawaited_futures: true
|