blob: ab43a2d4c6cf6ba92e39d9c286efb22c1189edf0 [file] [log] [blame]
# Defines a default set of lint rules enforced for
# projects at Google. For details and rationale,
# see https://github.com/dart-lang/pedantic#enabled-lints.
include: package:pedantic/analysis_options.yaml
# For lint rules and documentation, see http://dart-lang.github.io/linter/lints.
# Uncomment to specify additional rules.
linter:
rules:
- prefer_final_locals
analyzer:
errors:
missing_required_param: error
# exclude:
# - path/to/excluded/files/**