Files
sdk/pkg/json/analysis_options.yaml
T
Jake Macdonald 18774fc04b Revert package:json sdk constraint, add experimental release version of 3.6 for enhanced parts and augmentations.
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>
2024-10-11 08:26:50 +00:00

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