Files
sdk/pkg/dev_compiler/pubspec.yaml
T
Nicholas Shahan ac30ab12ab [dartdevc] Bump pedantic to v1.8.0 and apply new lints
Cleanup violations of:
* `prefer_iterable_whereType`
* `unnecessary_const`
* `unnecessary_new`

Ignore violations in lib/src/js_ast to avoid additional diffs when un-forking.

Change-Id: I7333903422bbf635cd0dea82116372f305f679d8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/108182
Auto-Submit: Nicholas Shahan <nshahan@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
2019-07-03 23:51:51 +00:00

22 lines
346 B
YAML

name: dev_compiler
publish_to: none
environment:
sdk: '>=2.3.0 <3.0.0'
dependencies:
analyzer: any
bazel_worker: any
build_integration:
path: ../build_integration
cli_util: any
source_maps: any
dev_dependencies:
sourcemap_testing:
path: ../sourcemap_testing
pedantic: ^1.8.0
test: any
testing:
path: ../testing