blob: 4f5e58e71b752b4e7cd35d1f801419f7b7cffd56 [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 # https://github.com/dart-lang/sdk/issues/60784
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