| include: package:lints/recommended.yaml | |
| analyzer: | |
| language: | |
| strict-casts: true | |
| 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 |