From c0dfdb27e77bc7f6ddd35d93f5f4e2104210a69e Mon Sep 17 00:00:00 2001 From: pq Date: Wed, 8 Jan 2020 19:28:51 +0000 Subject: [PATCH] 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 Reviewed-by: Brian Wilkerson Reviewed-by: David Morgan --- CHANGELOG.md | 14 +++++++++----- DEPS | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a32f373daa4..b49bdca928f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/DEPS b/DEPS index dca29086bac..2a0aeaf97bd 100644 --- a/DEPS +++ b/DEPS @@ -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",