blob: 1cb2c62490fc6941760156ba214a62e41b6e41e5 [file] [log] [blame] [edit]
include: package:dart_flutter_team_lints/analysis_options.yaml
analyzer:
exclude:
- test/**.mocks.dart
errors:
lines_longer_than_80_chars: ignore
language:
strict-casts: true
linter:
rules:
- combinators_ordering
- comment_references
- directives_ordering
- test_types_in_equals
- throw_in_finally