Osselbot/analysis_options.yaml

20 lines
499 B
YAML
Raw Normal View History

2021-05-08 20:44:25 +00:00
# Defines a default set of lint rules enforced for
# projects at Google. For details and rationale,
# see https://github.com/dart-lang/pedantic#enabled-lints.
include: package:pedantic/analysis_options.yaml
# For lint rules and documentation, see http://dart-lang.github.io/linter/lints.
# Uncomment to specify additional rules.
linter:
rules:
- camel_case_types
analyzer:
2021-05-09 22:21:43 +00:00
strong-mode:
implicit-casts: false
implicit-dynamic: false
2021-05-08 20:44:25 +00:00
# exclude:
# - path/to/excluded/files/**