dart-sdk/pkg/analyzer_utilities
Brian Wilkerson c47df4ce20 Move linter to use shared mock packages for some packages
In particular, this makes it use the mock versions of 'flutter' and
'meta'. The other mock packages it uses aren't yet in the shared
support. I'll add support for them and move the linter over in a future
CL, then in later CLs I'll look at moving the analyzer and
analysis_server packages to the shared versions.

Change-Id: Ib0e272b48332278acf9dcfd4e4d0fc59ba9d29b9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/371947
Auto-Submit: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Sam Rawlins <srawlins@google.com>
Commit-Queue: Sam Rawlins <srawlins@google.com>
2024-06-18 20:31:30 +00:00
..
lib Move linter to use shared mock packages for some packages 2024-06-18 20:31:30 +00:00
analysis_options.yaml Move the mock package support to analyzer_utilities 2024-04-01 17:04:06 +00:00
OWNERS [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
pubspec.yaml Update analyzer_utilties to Dart 3 and enable more lints 2023-09-14 20:27:26 +00:00
README.md

A set of utilities used by the tools in several analyzer-related packages.

Not meant to be published.