6adcc1ca54
Change-Id: I9a7a21c82d3083a13061d6da488b3951b49a1348 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/390823 Commit-Queue: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
17 lines
383 B
YAML
17 lines
383 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
|
|
- analyzer_use_new_elements
|
|
- omit_local_variable_types
|
|
- prefer_single_quotes
|
|
- unawaited_futures
|