| include: package:pedantic/analysis_options.1.9.0.yaml |
| |
| analyzer: |
| strong-mode: |
| implicit-casts: false |
| errors: |
| # Increase the severity of the unused_import hint. |
| unused_import: warning |
| language: |
| strict-inference: true |
| exclude: |
| - test/data/** |
| linter: |
| rules: |
| - avoid_single_cascade_in_expression_statements |
| - avoid_unused_constructor_parameters |
| - await_only_futures |
| - empty_statements |
| - iterable_contains_unrelated_type |
| - list_remove_unrelated_type |
| - provide_deprecation_message |
| - unnecessary_brace_in_string_interps |
| - unnecessary_overrides |
| - void_checks |