bump to linter 0.1.86

Change-Id: I7b0fffbc8b7df0e43dac6be91430df9ffebd01ae
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/99086
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2019-04-10 22:09:03 +00:00 committed by commit-bot@chromium.org
parent d79787771e
commit 385129e2fa
2 changed files with 3 additions and 3 deletions

View file

@ -15,9 +15,9 @@
#### Linter
The Linter was updated to `0.1.85` which includes the following changes:
The Linter was updated to `0.1.86` which includes the following changes:
* (**BREAKING**) renamed `spread_collections` to `prefer_spread_collections`
* new lint: `prefer_inlined_adds`
* new lint: `prefer_for_elements_to_map_fromIterable`
* new lint: `prefer_if_elements_to_conditional_expressions`
* new lint: `diagnostic_describe_all_properties`

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.85",
"linter_tag": "0.1.86",
"logging_tag": "0.11.3+2",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_tag": "2.0.2",