From 1c5d2e9016c6d30cea7762259e4b337b26966d54 Mon Sep 17 00:00:00 2001 From: pq Date: Tue, 20 Mar 2018 18:40:12 +0000 Subject: [PATCH] Bump linter to 0.1.45 * fix for `invariant_booleans` when analyzing for loops with no condition * new `avoid_types_as_parameter_names` lint * new `avoid_renaming_method_parameters` lint Change-Id: Iaafceba24f1b049a132464b78588d57e621c85d4 Reviewed-on: https://dart-review.googlesource.com/47300 Reviewed-by: Brian Wilkerson --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index e30ca30791f..358c65c83c3 100644 --- a/DEPS +++ b/DEPS @@ -99,7 +99,7 @@ vars = { "isolate_tag": "@1.1.0", "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", "json_rpc_2_tag": "@2.0.6", - "linter_tag": "@0.1.44", + "linter_tag": "@0.1.45", "logging_tag": "@0.11.3+1", "markdown_tag": "@1.1.1", "matcher_tag": "@0.12.1+4",