analysis_options.yaml 237 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
# Override the parent analysis_options until all the repo has implicit-casts: false

include: ../analysis_options.yaml

analyzer:
  strong-mode:
    implicit-casts: false
    implicit-dynamic: false

linter:
  rules:
    avoid_as: false