blob: a48635aeb5742f0b26c30a52843e1846a3433524 [file] [log] [blame]
include: package:lints/recommended.yaml
analyzer:
language:
strict-raw-types: true
errors:
deprecated_member_use_from_same_package: ignore
linter:
rules:
# Enable additional lints.
- always_declare_return_types
- directives_ordering
- prefer_single_quotes
- sort_pub_dependencies
# These are works in progress.
# - avoid_dynamic_calls
# - type_annotate_public_apis