analysis_options.yaml 322 Bytes
Newer Older
1 2 3 4
# 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
5 6 7

linter:
  rules:
8
    unawaited_futures: true
9
    curly_braces_in_flow_control_structures: true
10
    avoid_catches_without_on_clauses: true