Skip to content

Commit 5b51895

Browse files
pqcommit-bot@chromium.org
authored andcommitted
linter 0.1.117
Change-Id: I2489c5ff7f2dd5c70b41fa49550e3743e9d3d529 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150601 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Phil Quitslund <[email protected]>
1 parent 88c3d26 commit 5b51895

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,13 @@
6868

6969
#### Linter
7070

71-
Updated the Linter to `0.1.116`, which includes:
71+
Updated the Linter to `0.1.117`, which includes:
7272

73+
* Fixed `directives_ordering` to remove third party package special-casing.
74+
* Fixed `unnecessary_lambdas` to check for tearoff assignability.
75+
* Fixed `prefer_is_empty` to special-case assert initializers and const contexts.
76+
* Test utilities moved to: `lib/src/test_utilities`.
77+
* New lint: `do_not_use_environment`.
7378
* New lint: `no_default_cases` (experimental).
7479
* New lint: `exhaustive_cases`.
7580
* Updated `type_annotate_public_apis` to allow inferred types in final field assignments.

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ vars = {
112112
"intl_tag": "0.16.1",
113113
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
114114
"json_rpc_2_rev": "d589e635d8ccb7cda6a804bd571f88abbabab146",
115-
"linter_tag": "0.1.116",
115+
"linter_tag": "0.1.117",
116116
"logging_rev": "9561ba016ae607747ae69b846c0e10958ca58ed4",
117117
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
118118
"markdown_rev": "dd150bb64c5f3b41d31f20f399ae2a855f7f8c00",

0 commit comments

Comments
 (0)