blob: fcfe4f09322ef0ff73069e88bd197a2b0e2cb080 [file] [log] [blame]
include: package:dart_flutter_team_lints/analysis_options.yaml
analyzer:
language:
strict-raw-types: true
formatter:
trailing_commas: preserve
linter:
rules:
- avoid_positional_boolean_parameters
# TODO(dcharkes): Enable this lint once the API has stabilized.
# - public_member_api_docs
- prefer_const_declarations
- prefer_expression_function_bodies
- prefer_final_in_for_each
- prefer_final_locals