16d173f7d2
Change-Id: Ibc9c6edb6f745a6b177ceca133af5c868734b3f5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/200481 Reviewed-by: Phil Quitslund <pquitslund@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
25 lines
445 B
YAML
25 lines
445 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:
|
|
path: ../analyzer
|
|
args: '>=0.13.0 <2.0.0'
|
|
linter: ^0.1.16
|
|
meta:
|
|
path: ../meta
|
|
path: any
|
|
pub_semver: ^1.4.2
|
|
yaml: any
|
|
|
|
dev_dependencies:
|
|
lints: any
|
|
test_reflective_loader: ^0.1.8
|
|
test: ^1.0.0
|