blob: d03283bce9299173a6d70abc4d5735f044d5e66e [file] [log] [blame] [edit]
include: package:dart_flutter_team_lints/analysis_options.yaml
analyzer:
errors:
todo: ignore
language:
strict-casts: true
strict-inference: true
strict-raw-types: true
plugins:
- custom_lint
linter:
rules:
- dangling_library_doc_comments
- prefer_const_declarations
- prefer_expression_function_bodies
- prefer_final_in_for_each
- prefer_final_locals
custom_lint:
rules:
- avoid_import_outside_src