blob: 057810cbba695898de3e57ad7a2b74b534199a72 [file] [log] [blame]
analyzer:
exclude: [build/**]
errors:
uri_has_not_been_generated: ignore
plugins:
- angular
# 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
- unnecessary_const
- unnecessary_new
- unrelated_type_equality_checks
- valid_regexps