blob: 5b8721d0cf19b13b5bdf68893afffa6fa6504319 [file] [log] [blame] [edit]
include: package:lints/recommended.yaml
analyzer:
language:
strict-casts: true
strict-inference: true
strict-raw-types: true
linter:
rules:
- avoid_dynamic_calls
- avoid_unused_constructor_parameters
- flutter_style_todos
- prefer_single_quotes
- unawaited_futures
- unnecessary_breaks
- unnecessary_ignore
- unnecessary_library_directive
- unnecessary_parenthesis
- unreachable_from_main