bump to linter 0.1.106

Change-Id: I59aa5f6ad1c469c281d09697c701a10b27e68054
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/128100
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq
2019-12-11 18:52:07 +00:00
committed by commit-bot@chromium.org
parent 7679924ece
commit 3e8e11b95a
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -14,11 +14,12 @@
#### Linter
The Linter was updated to `0.1.105+1`, which includes:
The Linter was updated to `0.1.106`, which includes:
* hardened checks for lib dir location (fixing crashes in `avoid_renaming_method_parameters`,
`prefer_relative_imports` and `public_member_api_docs`)
* improved performance for `always_require_non_null_named_parameters`
* improved docs for `comment_references`
* fixes to `null_closures` to properly handle `Iterable.singleWhere`
* (internal) migration to latest analyzer APIs
* new lint: `no_logic_in_create_state`
#### Pub
+1 -1
View File
@@ -102,7 +102,7 @@ vars = {
"intl_tag": "0.15.7",
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_tag": "2.0.9",
"linter_tag": "0.1.105+1",
"linter_tag": "0.1.106",
"logging_tag": "0.11.3+2",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_tag": "2.1.1",