blob: 82ce5e0a5650c393c108dc3babbd4aafe3f0f51b [file] [log] [blame] [edit]
include: package:dart_flutter_team_lints/analysis_options.yaml
analyzer:
language:
strict-casts: true
exclude:
- var/**
linter:
rules:
- always_declare_return_types
- avoid_slow_async_io
- cancel_subscriptions
- comment_references
- literal_only_boolean_expressions
- prefer_final_locals
- sort_constructors_first
- sort_unnamed_constructors_first
- test_types_in_equals
- throw_in_finally
- type_annotate_public_apis