flutter/dev/conductor/ui/analysis_options.yaml
2021-09-24 15:30:09 -07:00

11 lines
309 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
linter:
rules:
avoid_catches_without_on_clauses: true
prefer_relative_imports: true
unawaited_futures: true