linter 0.1.117

Change-Id: I2489c5ff7f2dd5c70b41fa49550e3743e9d3d529
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150601
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2020-06-10 17:10:37 +00:00 committed by commit-bot@chromium.org
parent 88c3d26d7f
commit 5b51895652
2 changed files with 7 additions and 2 deletions

View file

@ -68,8 +68,13 @@
#### Linter
Updated the Linter to `0.1.116`, which includes:
Updated the Linter to `0.1.117`, which includes:
* Fixed `directives_ordering` to remove third party package special-casing.
* Fixed `unnecessary_lambdas` to check for tearoff assignability.
* Fixed `prefer_is_empty` to special-case assert initializers and const contexts.
* Test utilities moved to: `lib/src/test_utilities`.
* New lint: `do_not_use_environment`.
* New lint: `no_default_cases` (experimental).
* New lint: `exhaustive_cases`.
* Updated `type_annotate_public_apis` to allow inferred types in final field assignments.

2
DEPS
View file

@ -112,7 +112,7 @@ vars = {
"intl_tag": "0.16.1",
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_rev": "d589e635d8ccb7cda6a804bd571f88abbabab146",
"linter_tag": "0.1.116",
"linter_tag": "0.1.117",
"logging_rev": "9561ba016ae607747ae69b846c0e10958ca58ed4",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_rev": "dd150bb64c5f3b41d31f20f399ae2a855f7f8c00",