blob: 3ec37e4d511d03cd491baf5315cfa744d213201d [file] [log] [blame]
include: package:lints/recommended.yaml
analyzer:
strong-mode:
implicit-casts: false
errors:
unused_element: error
unused_import: error
unused_local_variable: error
dead_code: error
linter:
rules:
# Disabled as there are several dozen violations.
constant_identifier_names: false