blob: 047408adf1273b8ee5fe7b8b88db7d9200983a28 [file] [log] [blame]
include: package:pedantic/analysis_options.yaml
linter:
rules:
- camel_case_types
analyzer:
errors:
unused_element: error
unused_field: error
unused_local_variable: error
exclude:
- test/res/**
- test/out/**
strong-mode:
implicit-casts: false
implicit-dynamic: false