blob: 1525ab8f2a9660211cc3f85972ec47d65dfe19c3 [file] [log] [blame]
include: package:lints/recommended.yaml
analyzer:
language:
strict-casts: true
errors:
todo: ignore
# Remove from lints/recommended:
constant_identifier_names: ignore
implementation_imports: ignore
non_constant_identifier_names: ignore
# Existing violations (3)
library_private_types_in_public_api: ignore
linter:
rules:
- always_declare_return_types
- flutter_style_todos
- library_annotations
- omit_local_variable_types
- prefer_single_quotes
- unawaited_futures
- unnecessary_library_directive
- unnecessary_parenthesis
- unreachable_from_main