From 858d65eb8056167a6f4d0af517deca38d606bc9a Mon Sep 17 00:00:00 2001 From: pq Date: Tue, 11 Sep 2018 13:59:36 +0000 Subject: [PATCH] Integrate linter 0.1.61 * new lint: `flutter_style_todos` * improved handling of constant expressions with generic type params * NPE fix for `invariant_booleans` * Google lints example moved to `package:pedantic` * improved docs for `unawaited_futures` Change-Id: Ie0eb779f8cb98aaa67674ecfd17baf12445a5934 Reviewed-on: https://dart-review.googlesource.com/74340 Reviewed-by: Brian Wilkerson Commit-Queue: Phil Quitslund --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 019e1b39c8b..8a63f9ac37d 100644 --- a/DEPS +++ b/DEPS @@ -95,7 +95,7 @@ vars = { "intl_tag": "0.15.6", "jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1", "json_rpc_2_tag": "2.0.9", - "linter_tag": "0.1.60", + "linter_tag": "0.1.61", "logging_tag": "0.11.3+2", "markdown_tag": "2.0.2", "matcher_tag": "0.12.3",