bump to linter 0.1.69

* improved message display for `await_only_futures`
* performance improvements for `null_closures`
* new lint: `avoid_returning_null_for_void`

Change-Id: Ib00f88cc93e1b81fd6d87880edfc1440233c1538
Reviewed-on: https://dart-review.googlesource.com/c/80507
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
pq 2018-10-17 22:26:47 +00:00 committed by Phil Quitslund
parent 1ca91cb6db
commit 5dfe3c8f94
2 changed files with 5 additions and 2 deletions

View file

@ -156,8 +156,9 @@ a InstanceTypeError if the instance isn't of the class expected
#### Linter
Bumped the linter to `0.1.68` which includes the following new lints:
Bumped the linter to `0.1.69` which includes the following new lints:
* `avoid_returning_null_for_void`
* `sort_pub_dependencies`
* `prefer_mixin`
* `avoid_implementing_value_types`
@ -167,6 +168,8 @@ Bumped the linter to `0.1.68` which includes the following new lints:
and improvements:
* improved message display for `await_only_futures`
* performance improvements for `null_closures`
* mixin support
* update to `sort_constructors_first` to apply to all members
* update `unnecessary_this` to work on field initializers

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.68",
"linter_tag": "0.1.69",
"logging_tag": "0.11.3+2",
"markdown_tag": "2.0.2",
"matcher_tag": "0.12.3",