2018-07-05 15:59:11 +00:00
|
|
|
analyzer:
|
2018-07-07 13:38:56 +00:00
|
|
|
exclude: [build/**]
|
2018-10-18 13:19:54 +00:00
|
|
|
|
2018-07-07 13:38:56 +00:00
|
|
|
errors:
|
|
|
|
uri_has_not_been_generated: ignore
|
|
|
|
plugins:
|
|
|
|
- angular
|
2018-07-05 15:59:11 +00:00
|
|
|
|
|
|
|
# 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
|