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