Skip to content
Snippets Groups Projects
Commit 660fc5f5 authored by James Zern's avatar James Zern Committed by Gerrit Code Review
Browse files

Merge "lint-hunks: remove runtime/int filter"

parents 12b2c712 650caeca
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ TOPLEVEL_CMD = ["git", "rev-parse", "--show-toplevel"]
DIFF_CMD = ["git", "diff"]
DIFF_INDEX_CMD = ["git", "diff-index", "-u", "HEAD", "--"]
SHOW_CMD = ["git", "show"]
CPPLINT_FILTERS = ["-readability/casting", "-runtime/int"]
CPPLINT_FILTERS = ["-readability/casting"]
class Usage(Exception):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment