blob: 069c2d2b62ffdb30b026bb58683399df57dc35b2 [file] [log] [blame]
include: package:lints/recommended.yaml
analyzer:
strong-mode:
implicit-casts: false
language:
strict-inference: true
exclude:
- test/data/**
linter:
rules:
avoid_unused_constructor_parameters: true
depend_on_referenced_packages: true
directives_ordering: true
# We import heavily from package:analyzer/src.
implementation_imports: false
# This rule does not work well with package:test_reflective_loader.
non_constant_identifier_names: false