dart-sdk/pkg/vm_snapshot_analysis/pubspec.yaml
Devon Carew a3256e6b2f [pkg/vm_snapshot_analysis] switch to using package:lints
Change-Id: Ia36b1bf1127e0b78e0294422cff78338ef19ec26
TEST=this CL updates static analysis settings and address associated warnings
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/204640
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Tess Strickland <sstrickl@google.com>
Reviewed-by: Slava Egorov <vegorov@google.com>
2021-06-24 17:07:48 +00:00

21 lines
376 B
YAML

name: vm_snapshot_analysis
description: Utilities for analysing AOT snapshot size.
version: 0.7.0
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/vm_snapshot_analysis
environment:
sdk: '>=2.12.0 <3.0.0'
executables:
snapshot_analysis: analyse
dependencies:
args: ^2.0.0
collection: ^1.15.0
path: ^1.8.0
dev_dependencies:
lints: any
test: ^1.16.8