blob: 5daf3749fb4af96b53eb9196c4adfe617b514220 [file] [log] [blame]
# 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
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