406f493bcf
https://dart-review.googlesource.com/c/sdk/+/505046 was created by an automated script that didn't respect the ordering of lint entries in `analysis_options.yaml` files. We usually try to keep them sorted, so this CL re-sorts them. Change-Id: I1a7d007af34b6db2f8e4f02b8cc71d2c6a6a6964 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/507140 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
12 lines
215 B
YAML
12 lines
215 B
YAML
include: package:lints/recommended.yaml
|
|
|
|
analyzer:
|
|
language:
|
|
strict-casts: true
|
|
|
|
linter:
|
|
rules:
|
|
- unawaited_futures
|
|
- unnecessary_const_in_enum_constructor
|
|
- unnecessary_type_name_in_constructor
|