Update DEPS to pull in linter 0.1.29.

* New `cascade_invocations` lint.
* Expand `await_only_futures` to accept classes that extend or implement `Future`.
* Improve camel case regular expression tests to accept `$`s.
* Fixes to `parameter_assignments` (improved getter handling and an NPE).

BUG=
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org/2522563003 .
This commit is contained in:
pq 2016-11-21 11:05:05 -08:00
parent 60b3ac9712
commit acafb19468

2
DEPS
View file

@ -74,7 +74,7 @@ vars = {
"jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_tag": "@2.0.2",
"kernel_rev": "@11edd6208940d227dc0b2cf87a6518d2508c0858",
"linter_tag": "@0.1.28",
"linter_tag": "@0.1.29",
"logging_tag": "@0.11.3+1",
"markdown_tag": "@0.11.0",
"matcher_tag": "@0.12.0+2",