blob: eca42256b8476ea2b7c21ad62d5aa9f04abe9f9f [file] [log] [blame]
include: package:lints/recommended.yaml
analyzer:
errors:
# Until the protobuf package generates the right code - or the right ignores
constant_identifier_names: ignore
linter:
rules:
- always_declare_return_types
- avoid_dynamic_calls
# Enable once we update protobuf generation
#- directives_ordering
- unawaited_futures