bump to linter 0.1.70

* fix NPE in `prefer_iterable_whereType`

Change-Id: Ia1d583e2b887c09c4587443cbb4902432b2c34ed
Reviewed-on: https://dart-review.googlesource.com/c/80681
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2018-10-18 17:28:29 +00:00 committed by commit-bot@chromium.org
parent 91b5862c1e
commit f51ccbc010
2 changed files with 3 additions and 2 deletions

View file

@ -156,7 +156,7 @@ a InstanceTypeError if the instance isn't of the class expected
#### Linter
Bumped the linter to `0.1.69` which includes the following new lints:
Bumped the linter to `0.1.70` which includes the following new lints:
* `avoid_returning_null_for_void`
* `sort_pub_dependencies`
@ -168,6 +168,7 @@ Bumped the linter to `0.1.69` which includes the following new lints:
and improvements:
* fix NPE in `prefer_iterable_whereType`
* improved message display for `await_only_futures`
* performance improvements for `null_closures`
* mixin support

2
DEPS
View file

@ -95,7 +95,7 @@ vars = {
"intl_tag": "0.15.7",
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_tag": "2.0.9",
"linter_tag": "0.1.69",
"linter_tag": "0.1.70",
"logging_tag": "0.11.3+2",
"markdown_tag": "2.0.2",
"matcher_tag": "0.12.3",