mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
bump linter to 0.1.93
Change-Id: Ib3e2fd9d35a3316551c59332b62736acde48e2ba Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/107830 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
parent
c384212f9e
commit
9349f71721
2 changed files with 3 additions and 6 deletions
|
@ -90,12 +90,9 @@
|
|||
|
||||
#### Linter
|
||||
|
||||
The Linter was updated to `0.1.92`, which includes the following changes:
|
||||
The Linter was updated to `0.1.93`, 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
|
||||
* new lint: `avoid_print`
|
||||
|
||||
## 2.4.0 - 2019-06-27
|
||||
|
||||
|
|
2
DEPS
2
DEPS
|
@ -96,7 +96,7 @@ vars = {
|
|||
"intl_tag": "0.15.7",
|
||||
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
|
||||
"json_rpc_2_tag": "2.0.9",
|
||||
"linter_tag": "0.1.92",
|
||||
"linter_tag": "0.1.93",
|
||||
"logging_tag": "0.11.3+2",
|
||||
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
|
||||
"markdown_tag": "2.0.3",
|
||||
|
|
Loading…
Reference in a new issue