Files
json2dart/analysis_options.yaml
Caijinglong 51232005bf first commit
2018-08-06 17:12:10 +08:00

15 lines
356 B
YAML

analyzer:
# exclude:
# - path/to/excluded/files/**
# Lint rules and documentation, see http://dart-lang.github.io/linter/lints
linter:
rules:
- cancel_subscriptions
- hash_and_equals
- iterable_contains_unrelated_type
- list_remove_unrelated_type
- test_types_in_equals
- unrelated_type_equality_checks
- valid_regexps