blob: ae9be57d04634cfbeb5c9042f61b8c2ab8324329 [file]
include: package:dart_flutter_team_lints/analysis_options.yaml
analyzer:
language:
strict-raw-types: true
linter:
rules:
- avoid_catches_without_on_clauses
- avoid_unused_constructor_parameters
- cancel_subscriptions
- literal_only_boolean_expressions
- missing_whitespace_between_adjacent_strings
- no_adjacent_strings_in_list
- no_runtimeType_toString
- prefer_const_declarations
- prefer_expression_function_bodies
- prefer_final_in_for_each
- prefer_final_locals
- simple_directive_paths
- unnecessary_await_in_return
- unnecessary_ignore