From 5d765e913c8d81a2fe88e798e264929ab1fd4e0d Mon Sep 17 00:00:00 2001 From: pq Date: Mon, 27 Jun 2016 15:20:03 -0700 Subject: [PATCH] Pull in linter `0.1.21`. * New `only_throw_errors` lint. * New lint to check for `empty_statements` (#259). * Fixed NSME when file contents cannot be read (#260). * Fixed unsafe cast in `iterable_contains_unrelated_type` (#267). R=brianwilkerson@google.com Review URL: https://codereview.chromium.org/2103593003 . --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 253ad62a6812..1fc40b1735bf 100644 --- a/DEPS +++ b/DEPS @@ -70,7 +70,7 @@ vars = { "intl_tag": "@0.13.0", "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", "json_rpc_2_tag": "@2.0.0", - "linter_rev": "@1a08f395b1f4e24b3901018938320f053bad6aa8", + "linter_rev": "@7ca3aab6ca45b988440e425c187993a533fbe27e", "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", "markdown_rev": "@4aaadf3d940bb172e1f6285af4d2b1710d309982", "matcher_tag": "@0.12.0",