f7ff419cd3
Change-Id: Ic71fe16ae25001cc10673db2ef14d23d04f8a44b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/424600 Commit-Queue: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
16 lines
351 B
YAML
16 lines
351 B
YAML
include: package:lints/recommended.yaml
|
|
|
|
analyzer:
|
|
errors:
|
|
constant_identifier_names: ignore
|
|
non_constant_identifier_names: ignore
|
|
# Existing violations (109)
|
|
unintended_html_in_doc_comment: ignore
|
|
|
|
linter:
|
|
rules:
|
|
- always_declare_return_types
|
|
- omit_local_variable_types
|
|
- prefer_single_quotes
|
|
- unawaited_futures
|