blob: 5cb8d06db400d44b20f06cf0cb77148c5b1392f3 [file] [log] [blame]
# https://dart.dev/guides/language/analysis-options
include: package:dart_flutter_team_lints/analysis_options.yaml
analyzer:
language:
strict-casts: true
strict-inference: true
strict-raw-types: true
errors:
comment_references: ignore
linter:
rules:
- avoid_bool_literals_in_conditional_expressions
- avoid_private_typedef_functions
- avoid_redundant_argument_values
- avoid_returning_this
- avoid_unused_constructor_parameters
- cancel_subscriptions
- join_return_with_assignment
- literal_only_boolean_expressions
- no_adjacent_strings_in_list
- no_runtimeType_toString
- prefer_const_declarations
- prefer_final_locals
- unnecessary_await_in_return
- use_string_buffers