1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-05 17:30:16 +00:00

bump to linter 0.1.91

Change-Id: I107ffd93ac2e6f814dbb74f8de7dc445f824ec32
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/104844
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2019-06-04 17:25:36 +00:00 committed by commit-bot@chromium.org
parent fa19cd7bb8
commit 7654ee2250
2 changed files with 6 additions and 4 deletions

View File

@ -54,10 +54,12 @@ class B<X> extends A<void Function(X)> {};
#### Linter
The Linter was updated to `0.1.90`, which includes the following changes:
The Linter was updated to `0.1.91`, which includes the following changes:
* fixed null-reference in `unrelated_type_equality_checks`
* new lint: `unsafe_html`
* fixed missed cases in `prefer_const_constructors`
* fixed `prefer_initializing_formals` to no longer suggest API breaking changes
* updated `omit_local_variable_types` to allow explicit `dynamic`s
* (internal) migration from deprecated analyzer APIs
#### Pub

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.90",
"linter_tag": "0.1.91",
"logging_tag": "0.11.3+2",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_tag": "2.0.3",