dart-sdk/pkg/linter/pubspec.yaml
Konstantin Shcheglov 224a5c7d32 Enable language 3.2 for analysis_server/ and linter/.
Change-Id: Ifba960f2947a6c900c81fc794bfc5ed288cc2e97
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/323700
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2023-08-31 17:38:39 +00:00

30 lines
659 B
YAML

name: linter
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
description: >-
The implementation of the lint rules supported by the analyzer framework.
This package is not intended to be used directly.
environment:
sdk: ^3.2.0-edge
# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:
analyzer: any
args: any
collection: any
http: any
meta: any
path: any
pub_semver: any
source_span: any
yaml: any
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies:
cli_util: any
lints: any
test: any
test_reflective_loader: any