mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
17 lines
518 B
YAML
17 lines
518 B
YAML
# Use the analysis options settings from the top level of the repo (not
|
|
# the ones from above, which include the `public_member_api_docs` rule).
|
|
|
|
include: ../../analysis_options.yaml
|
|
|
|
analyzer:
|
|
exclude:
|
|
# Ignore protoc generated files
|
|
- "lib/proto/*"
|
|
linter:
|
|
rules:
|
|
avoid_catches_without_on_clauses: true
|
|
curly_braces_in_flow_control_structures: true
|
|
library_private_types_in_public_api: false # Tool does not have any public API
|
|
prefer_relative_imports: true
|
|
unawaited_futures: true
|