blob: 8131a9ed33f8813195ccd1dcc1a316ea6eec6540 [file] [log] [blame]
include: package:lints/recommended.yaml
analyzer:
language:
strict-raw-types: true
strong-mode:
implicit-casts: false
exclude:
- dart-sdk/**
- doc/generated/**
- flutter-sdk/**
- project_templates/**
# TODO: This seems to be hiding ~2 dozen legitimate analysis issues. https://github.com/dart-lang/dart-pad/issues/1712
- lib/src/protos/**
linter:
rules:
- always_declare_return_types
- directives_ordering
- prefer_final_fields
- prefer_final_in_for_each
- prefer_final_locals
- prefer_relative_imports
- prefer_single_quotes
- sort_pub_dependencies
- unawaited_futures