blob: 6707fd8c694d21d7198b99ccf3ca950e5d30389c [file] [edit]
include: package:lints/recommended.yaml
analyzer:
language:
strict-casts: true
strict-inference: true
strict-raw-types: true
errors:
# This package imports much of the implementation libraries of the
# 'analyzer' package, because it is tightly integrated. This will not
# likely change any time soon.
implementation_imports: ignore
linter:
rules:
- always_use_package_imports
- avoid_dynamic_calls
- avoid_redundant_argument_values
- avoid_unused_constructor_parameters
- flutter_style_todos
- prefer_single_quotes
- unawaited_futures
- unnecessary_breaks
- unnecessary_const_in_enum_constructor
- unnecessary_library_directive
- unnecessary_parenthesis
- unnecessary_type_name_in_constructor
- unreachable_from_main