linter 0.1.108

UPDATE (1/3): blocked on a new analyzer roll (details: https://github.com/dart-lang/linter/issues/1927)
UPDATE (1/8): updated to 0.1.108


Change-Id: I4fc825c5019fee05b4d9e1ec38bd50f9044f42dd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/130081
Commit-Queue: Phil Quitslund <pquitslund@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: David Morgan <davidmorgan@google.com>
This commit is contained in:
pq 2020-01-08 19:28:51 +00:00 committed by commit-bot@chromium.org
parent 5b6bdaba64
commit c0dfdb27e7
2 changed files with 10 additions and 6 deletions

View file

@ -41,12 +41,16 @@ additional details see the [announcement].
#### Linter
The Linter was updated to `0.1.106`, which includes:
The Linter was updated to `0.1.108`, which includes:
* improved docs for `comment_references`
* fixes to `null_closures` to properly handle `Iterable.singleWhere`
* (internal) migration to latest analyzer APIs
* new lint: `no_logic_in_create_state`
* `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`
#### 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.106",
"linter_tag": "0.1.108",
"logging_tag": "0.11.3+2",
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"markdown_tag": "2.1.1",