Files
sdk/pkg/dart2js_info/analysis_options.yaml
T
Kevin Moore d49663a96b Update proto output
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>
2025-04-14 12:49:43 -07:00

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