1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-08 12:06:26 +00:00

linter 0.1.125

Change-Id: I2d34d29b082ac731603464e0194762902db9d1a1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/171681
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2020-11-11 22:50:52 +00:00 committed by commit-bot@chromium.org
parent cc1057c51e
commit 38544854a2
2 changed files with 3 additions and 2 deletions

View File

@ -56,8 +56,9 @@ opted out of null safety by adding `// @dart=2.9` to the beginning of the file.
#### Linter
Updated the Linter to `0.1.124`, which includes:
Updated the Linter to `0.1.125`, which includes:
* (Internal): test updates to the new `PhysicalResourceProvider` API.
* Fixed false positives in `prefer_constructors_over_static_methods`.
* Updates to `package_names` to allow leading underscores.
* Fixed NPEs in `unnecessary_null_checks`.

2
DEPS
View File

@ -117,7 +117,7 @@ vars = {
"intl_tag": "0.17.0-nullsafety",
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_rev": "b8dfe403fd8528fd14399dee3a6527b55802dd4d",
"linter_tag": "0.1.124",
"linter_tag": "0.1.125",
"logging_rev": "e2f633b543ef89c54688554b15ca3d7e425b86a2",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_rev": "6f89681d59541ddb1cf3a58efbdaa2304ffc3f51",