d49663a96b
Change-Id: Ib9e6c43005bb566e4e81e248377498b0b6d86f52 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/421888 Commit-Queue: Mayank Patke <fishythefish@google.com> Auto-Submit: Kevin Moore <kevmoo@google.com> Reviewed-by: Mayank Patke <fishythefish@google.com>
16 lines
390 B
YAML
16 lines
390 B
YAML
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
|