From 3e8e11b95ac239f35a000fda4834e1aba77ddec2 Mon Sep 17 00:00:00 2001 From: pq Date: Wed, 11 Dec 2019 18:52:07 +0000 Subject: [PATCH] bump to linter 0.1.106 Change-Id: I59aa5f6ad1c469c281d09697c701a10b27e68054 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/128100 Reviewed-by: Brian Wilkerson Commit-Queue: Phil Quitslund --- CHANGELOG.md | 9 +++++---- DEPS | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 510f3c7a32e..3ef3cbf1746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,11 +14,12 @@ #### Linter -The Linter was updated to `0.1.105+1`, which includes: +The Linter was updated to `0.1.106`, which includes: -* hardened checks for lib dir location (fixing crashes in `avoid_renaming_method_parameters`, - `prefer_relative_imports` and `public_member_api_docs`) -* improved performance for `always_require_non_null_named_parameters` +* 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` #### Pub diff --git a/DEPS b/DEPS index 10e8bd1ab83..dc39c5561e6 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.105+1", + "linter_tag": "0.1.106", "logging_tag": "0.11.3+2", "markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783", "markdown_tag": "2.1.1",