18774fc04b
Bug: https://github.com/dart-lang/sdk/issues/56867 Change-Id: I6d1c190b71e5492d620682cf8ff9cb003b8917c0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/389240 Auto-Submit: Jake Macdonald <jakemac@google.com> Reviewed-by: Samuel Rawlins <srawlins@google.com> Reviewed-by: Nate Bosch <nbosch@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com>
10 lines
188 B
YAML
10 lines
188 B
YAML
include: package:lints/recommended.yaml
|
|
|
|
analyzer:
|
|
errors:
|
|
deprecated_member_use_from_same_package: ignore
|
|
enable-experiment:
|
|
- augmentations
|
|
- enhanced-parts
|
|
- macros
|