blob: 4e1b8e86fd8e8db46aaa618dd98f52b734eacc6b [file] [log] [blame]
include: package:dart_flutter_team_lints/analysis_options.yaml
analyzer:
language:
strict-casts: true
linter:
rules:
- avoid_bool_literals_in_conditional_expressions
- avoid_classes_with_only_static_members
- avoid_returning_this
- avoid_unused_constructor_parameters
- cancel_subscriptions
- cascade_invocations
- comment_references
- join_return_with_assignment
- literal_only_boolean_expressions
- no_adjacent_strings_in_list
- prefer_const_constructors
- prefer_final_locals
- test_types_in_equals
- unnecessary_await_in_return