bump to linter 0.1.110

Change-Id: I4763c5f99e06036f990a347954fc13e9d5f42d0f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/133436
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2020-01-28 17:15:28 +00:00 committed by commit-bot@chromium.org
parent ff1cd53725
commit 9c04bdf1c6
2 changed files with 8 additions and 6 deletions

View file

@ -41,12 +41,14 @@ additional details see the [announcement].
#### Linter
The Linter was updated to `0.1.109`, which includes:
The Linter was updated to `0.1.110`, which includes:
* an improved `prefer_single_quotes` lint message
* `unnecessary_finals` fixed to not flag fields
* `unnecessary_lambdas` fixed to work with type arguments
* (internal) migration to use analyzer `LinterContext.resolveNameInScope()` API
* fixed flutter web plugin detection in `avoid_web_libraries_in_flutter`
* new lint: `unnecessary_string_interpolations`
* new lint: `missing_whitespace_between_adjacent_strings`
* `avoid_unused_constructor_parameters` updated to ignore deprecated parameters
* new lint: `no_runtimeType_toString`
* miscellaneous doc fixes
#### Pub

2
DEPS
View file

@ -102,7 +102,7 @@ vars = {
"intl_tag": "0.15.7",
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_tag": "2.0.9",
"linter_tag": "0.1.109",
"linter_tag": "0.1.110",
"logging_tag": "0.11.3+2",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_tag": "2.1.1",