3ab1eaa03f
Change-Id: I03184d7b3257802a90eacfb1ea912977f2082c23 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/217820 Commit-Queue: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Samuel Rawlins <srawlins@google.com>
29 lines
482 B
YAML
29 lines
482 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.14.0"
|
|
|
|
dependencies:
|
|
analyzer: any
|
|
args: any
|
|
linter: ^1.0.0
|
|
meta: any
|
|
path: any
|
|
pub_semver: ^2.0.0
|
|
yaml: any
|
|
|
|
dev_dependencies:
|
|
lints: any
|
|
test_reflective_loader: ^0.2.0
|
|
test: ^1.0.0
|
|
|
|
dependency_overrides:
|
|
analyzer:
|
|
path: ../analyzer
|
|
meta:
|
|
path: ../meta
|