bump linter to 0.1.92

Flutter breakage fixed: https://github.com/dart-lang/linter/issues/1624


Change-Id: Id41a0295ee4018350654307c0d3f90b522e8a383
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/107302
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2019-06-25 21:56:44 +00:00 committed by commit-bot@chromium.org
parent 177f543fa8
commit e7d235d838
2 changed files with 10 additions and 1 deletions

View file

@ -80,6 +80,15 @@
### Tools
#### Linter
The Linter was updated to `0.1.92`, which includes the following changes:
* Improvements to `prefer_collection_literals` to better handle `LinkedHashSet`s and `LinkedHashMap`s
* Updates to the Effective Dart rule set
* Updates `prefer_final_fields` to be more inclusive
* Miscellaneous documentation fixes
## 2.4.0 - 2019-06-24
### Core libraries

2
DEPS
View file

@ -96,7 +96,7 @@ vars = {
"intl_tag": "0.15.7",
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_tag": "2.0.9",
"linter_tag": "0.1.91",
"linter_tag": "0.1.92",
"logging_tag": "0.11.3+2",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_tag": "2.0.3",