Skip to content

Commit d58dc02

Browse files
devoncarewcommit-bot@chromium.org
authored andcommitted
add package:lints to the sdk DEPS
Change-Id: Idb69b515ec6dc305a45171caf0b9808e6a91188d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/200281 Reviewed-by: Phil Quitslund <[email protected]> Commit-Queue: Devon Carew <[email protected]>
1 parent 8fd81f7 commit d58dc02

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.dart_tool/package_config.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"constraint, update this by running tools/generate_package_config.dart."
1212
],
1313
"configVersion": 2,
14-
"generated": "2021-05-11T11:47:02.674706",
14+
"generated": "2021-05-17T10:34:01.378194",
1515
"generator": "tools/generate_package_config.dart",
1616
"packages": [
1717
{
@@ -412,6 +412,12 @@
412412
"packageUri": "lib/",
413413
"languageVersion": "2.12"
414414
},
415+
{
416+
"name": "lints",
417+
"rootUri": "../third_party/pkg/lints",
418+
"packageUri": "lib/",
419+
"languageVersion": "2.12"
420+
},
415421
{
416422
"name": "logging",
417423
"rootUri": "../third_party/pkg/logging",

.packages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ js_runtime:pkg/js_runtime/lib
6060
json_rpc_2:third_party/pkg/json_rpc_2/lib
6161
kernel:pkg/kernel/lib
6262
linter:third_party/pkg/linter/lib
63+
lints:third_party/pkg/lints/lib
6364
logging:third_party/pkg/logging/lib
6465
markdown:third_party/pkg/markdown/lib
6566
matcher:third_party/pkg/matcher/lib

DEPS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ vars = {
126126
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
127127
"json_rpc_2_rev": "7e00f893440a72de0637970325e4ea44bd1e8c8e",
128128
"linter_tag": "1.4.0",
129+
"lints_tag": "f9670df2a66e0ec12eb51554e70c1cbf56c8f5d0",
129130
"logging_rev": "e2f633b543ef89c54688554b15ca3d7e425b86a2",
130131
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
131132
"markdown_rev": "9c4beaac96d8f008078e00b027915f81b665d2de",
@@ -391,6 +392,8 @@ deps = {
391392
Var("dart_git") + "json_rpc_2.git" + "@" + Var("json_rpc_2_rev"),
392393
Var("dart_root") + "/third_party/pkg/linter":
393394
Var("dart_git") + "linter.git" + "@" + Var("linter_tag"),
395+
Var("dart_root") + "/third_party/pkg/lints":
396+
Var("dart_git") + "lints.git" + "@" + Var("lints_tag"),
394397
Var("dart_root") + "/third_party/pkg/logging":
395398
Var("dart_git") + "logging.git" + "@" + Var("logging_rev"),
396399
Var("dart_root") + "/third_party/pkg/markdown":

0 commit comments

Comments
 (0)