mirror of
https://github.com/encounter/flutter.git
synced 2026-07-10 03:18:48 -07:00
9 lines
199 B
YAML
9 lines
199 B
YAML
# 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
|