| include: package:lints/recommended.yaml | |
| analyzer: | |
| errors: | |
| constant_identifier_names: ignore | |
| non_constant_identifier_names: ignore | |
| # Existing violations (109) | |
| unintended_html_in_doc_comment: ignore | |
| linter: | |
| rules: | |
| - always_declare_return_types | |
| - analyzer_use_new_elements | |
| - omit_local_variable_types | |
| - prefer_single_quotes | |
| - unawaited_futures |