blob: 0b0a7b5eaaa833a98f0dd975deda44335acc29c8 [file] [log] [blame]
include: package:lints/recommended.yaml
analyzer:
errors:
deprecated_member_use_from_same_package: ignore # https://github.com/dart-lang/linter/issues/2703
void_checks: ignore # https://github.com/dart-lang/linter/issues/2685
linter:
rules:
- avoid_unused_constructor_parameters
- cancel_subscriptions
- directives_ordering
- package_api_docs
- test_types_in_equals
- throw_in_finally