| include: package:lints/recommended.yaml | |
| analyzer: | |
| errors: | |
| # Until the protobuf package generates the right code - or the right ignores | |
| constant_identifier_names: ignore | |
| unintended_html_in_doc_comment: ignore | |
| linter: | |
| rules: | |
| - always_declare_return_types | |
| - avoid_dynamic_calls | |
| # Enable once we update protobuf generation | |
| #- directives_ordering | |
| - unawaited_futures |