[dartfix] Bump pkg:pedantic to version 1.7.0

New versions of pedantic now offer imports to versioned includes. This will
allow us to update packages in the SDK independently when new lints are added in
future versions.

Issue: #37218
Change-Id: I43a4a9ba6730ed107a87f4060d47bb50d837de49
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/106184
Reviewed-by: Dan Rubel <danrubel@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
This commit is contained in:
Nicholas Shahan 2019-06-17 16:47:52 +00:00 committed by commit-bot@chromium.org
parent 0a57ce3f23
commit f9dfa7cbfd
3 changed files with 3 additions and 3 deletions

2
DEPS
View file

@ -109,7 +109,7 @@ vars = {
"package_config_tag": "1.0.5",
"package_resolver_tag": "1.0.10",
"path_tag": "1.6.2",
"pedantic_tag": "v1.5.0",
"pedantic_tag": "v1.7.0",
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
"pool_tag": "1.3.6",
"protobuf_rev": "7d34c9e4e552a4f66acce32e4344ae27756a1949",

View file

@ -1,4 +1,4 @@
include: package:pedantic/analysis_options.yaml
include: package:pedantic/analysis_options.1.7.0.yaml
linter:
rules:

View file

@ -23,5 +23,5 @@ dependencies:
dev_dependencies:
analyzer: ^0.33.0
pedantic: ^1.5.0
pedantic: ^1.7.0
test: ^1.3.0