f53388b50d
Change-Id: Idd7ed77756d93a94f637dcc4abd7e0403a2f6d81 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112703 Commit-Queue: Devon Carew <devoncarew@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
14 lines
349 B
YAML
14 lines
349 B
YAML
analyzer:
|
|
# This currently finds ~4,500 implicit-casts issues when enabled.
|
|
# strong-mode:
|
|
# implicit-casts: false
|
|
|
|
linter:
|
|
rules:
|
|
- empty_constructor_bodies # pedantic
|
|
- empty_statements
|
|
- prefer_is_empty # pedantic
|
|
- prefer_is_not_empty # pedantic
|
|
- unnecessary_brace_in_string_interps
|
|
- valid_regexps # pedantic
|