932712b602
Change-Id: I02b10f92d858d0303f1a71e649395fb013f437aa Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159141 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
25 lines
504 B
YAML
25 lines
504 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: "^2.7.0"
|
|
dependencies:
|
|
analyzer: ^0.37.0
|
|
args: '>=0.13.0 <2.0.0'
|
|
bazel_worker: ^0.1.0
|
|
collection: ^1.14.1
|
|
convert: any
|
|
linter: ^0.1.16
|
|
meta: any
|
|
path: any
|
|
pub_semver: ^1.4.2
|
|
yaml: ^2.1.2
|
|
dev_dependencies:
|
|
pedantic: ^1.9.0
|
|
protobuf: ^0.13.0
|
|
test_reflective_loader: ^0.1.8
|
|
test: ^1.0.0
|