blob: 1c6738a023977d03eaf8e71800f55f1acff968f7 [file] [log] [blame] [edit]
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