blob: 87d4d2ae2fb61b1ef03cedc7ae52761f79e1009c [file] [log] [blame]
include: package:lints/recommended.yaml
analyzer:
strong-mode:
implicit-casts: false
implicit-dynamic: false
errors:
constant_identifier_names: ignore
non_constant_identifier_names: ignore
unused_element: error
unused_field: error
unused_local_variable: error
exclude:
- test/tests/res/**
- test/tests/out/**
linter:
rules:
- avoid_print
- camel_case_types