5ccd5818e0
Change-Id: I872868b7f9dea21889aeac00a92eef0b03849354 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/506603 Auto-Submit: Bob Nystrom <rnystrom@google.com> Commit-Queue: Bob Nystrom <rnystrom@google.com> Reviewed-by: Paul Berry <paulberry@google.com>
12 lines
236 B
YAML
12 lines
236 B
YAML
include: package:lints/recommended.yaml
|
|
|
|
analyzer:
|
|
errors:
|
|
unnecessary_library_name: ignore
|
|
|
|
linter:
|
|
rules:
|
|
- lines_longer_than_80_chars
|
|
- unnecessary_const_in_enum_constructor
|
|
- unnecessary_type_name_in_constructor
|