Skip to content

Commit

Permalink
Pull in linter 0.1.21.
Browse files Browse the repository at this point in the history
* 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 .
  • Loading branch information
pq committed Jun 27, 2016
1 parent 716898c commit 5d765e9
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 @@ -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",
Expand Down

0 comments on commit 5d765e9

Please sign in to comment.