mirror of
https://github.com/flutter/flutter.git
synced 2026-02-03 17:51:05 +08:00
13 lines
237 B
YAML
13 lines
237 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
|
|
|
|
linter:
|
|
rules:
|
|
avoid_as: false
|