linter bump to 0.1.109

Change-Id: I975655beb1fd8c5eca986da498e9707b85efd50f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/131840
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2020-01-15 17:27:34 +00:00 committed by commit-bot@chromium.org
parent 1a00ccfa96
commit 55637a41a8
2 changed files with 6 additions and 10 deletions

View file

@ -41,16 +41,12 @@ additional details see the [announcement].
#### Linter
The Linter was updated to `0.1.108`, which includes:
The Linter was updated to `0.1.109`, which includes:
* `always_put_required_parameters` updated for NNBD
* updated to `package:analyzer` 0.39.3 APIs
* miscellaneous doc cleanups (typos, etc)
* new lint: `use_key_in_widget_constructors`
* new lint: `avoid_redundant_argument_values`
* updated `slash_for_doc_comments` to check mixin declarations
* (internal) updates to use new `LinterContext.evaluateConstant` API
* improved docs for `always_require_non_null_named_parameters`
* 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
#### 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.108",
"linter_tag": "0.1.109",
"logging_tag": "0.11.3+2",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_tag": "2.1.1",