e81bc24cfb
And a bit of other lint-ish cleanup Change-Id: I515d37706c48acff69151e075667c7e4426a742d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/424161 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com> Reviewed-by: Samuel Rawlins <srawlins@google.com> Auto-Submit: Kevin Moore <kevmoo@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
9 lines
169 B
YAML
9 lines
169 B
YAML
include: package:lints/recommended.yaml
|
|
|
|
linter:
|
|
rules:
|
|
- flutter_style_todos
|
|
- lines_longer_than_80_chars
|
|
- prefer_single_quotes
|
|
- unnecessary_ignore
|