| include: package:dart_flutter_team_lints/analysis_options.yaml | |
| analyzer: | |
| language: | |
| strict-raw-types: true | |
| exclude: | |
| # TODO(https://github.com/dart-lang/ecosystem/issues/150): Remove this. | |
| - test/data/ | |
| linter: | |
| rules: | |
| - prefer_const_declarations | |
| - prefer_expression_function_bodies | |
| - prefer_final_in_for_each | |
| - prefer_final_locals |