analysis_options.yaml 391 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 8 9 10
analyzer:
  strong-mode:
    implicit-casts: true
    implicit-dynamic: false

11 12
linter:
  rules:
13 14
    unawaited_futures: true
    avoid_as: false # Disabled so we can gradually migrate to no implicit dynamic.