4f5aacfd90
Change-Id: Ic0e1e33da71036800432aa3dae8df22dbef8a460 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/404343 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Auto-Submit: Phil Quitslund <pquitslund@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
25 lines
539 B
YAML
25 lines
539 B
YAML
name: analyzer_cli
|
|
description: Command line interface for the Dart Analyzer.
|
|
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=3.7.0-edge <4.0.0'
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
analyzer: any
|
|
args: any
|
|
linter: any
|
|
meta: any
|
|
path: any
|
|
yaml: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
lints: any
|
|
pub_semver: any
|
|
test_reflective_loader: any
|
|
test: any
|