Skip to content

Commit

Permalink
Update DEPS to pull in linter 0.1.29.
Browse files Browse the repository at this point in the history
* 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=
[email protected]

Review URL: https://codereview.chromium.org/2522563003 .
  • Loading branch information
pq committed Nov 21, 2016
1 parent 60b3ac9 commit acafb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit acafb19

Please sign in to comment.