dartboard_resume/analysis_options.yaml

13 lines
225 B
YAML
Raw Permalink Normal View History

include: package:lint/strict.yaml
# linter:
# rules:
# - camel_case_types
analyzer:
language:
strict-casts: true
strict-inference: true
strict-raw-types: true
exclude:
# - path/to/excluded/files/**