summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2020-06-18 18:34:55 -0700
committerJames Zern <jzern@google.com>2020-06-18 18:34:55 -0700
commit1c9fd977aa5e8a2f115554a15e4a5e804e638ccb (patch)
treed051c4ecabdf3ed7cc0923d57d99b5dd6aac2786 /tools
parent3101666d2a8b5b2e6bff14ffb39db685f1cc98a0 (diff)
downloadlibvpx-1c9fd977aa5e8a2f115554a15e4a5e804e638ccb.tar
libvpx-1c9fd977aa5e8a2f115554a15e4a5e804e638ccb.tar.gz
libvpx-1c9fd977aa5e8a2f115554a15e4a5e804e638ccb.tar.bz2
libvpx-1c9fd977aa5e8a2f115554a15e4a5e804e638ccb.zip
tools/lint-hunks.py: skip third_party files
Change-Id: I2fda3119c08b5755f1a9b2fad1125090b0d86850
Diffstat (limited to 'tools')
-rwxr-xr-xtools/lint-hunks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/lint-hunks.py b/tools/lint-hunks.py
index 6e25d9362..30d324919 100755
--- a/tools/lint-hunks.py
+++ b/tools/lint-hunks.py
@@ -106,6 +106,8 @@ def main(argv=None):
for filename, affected_lines in file_affected_line_map.iteritems():
if filename.split(".")[-1] not in ("c", "h", "cc"):
continue
+ if filename.startswith("third_party"):
+ continue
if args:
# File contents come from git