shithub: libvpx

Download patch

ref: 1c9fd977aa5e8a2f115554a15e4a5e804e638ccb
parent: 3101666d2a8b5b2e6bff14ffb39db685f1cc98a0
author: James Zern <jzern@google.com>
date: Thu Jun 18 14:34:55 EDT 2020

tools/lint-hunks.py: skip third_party files

Change-Id: I2fda3119c08b5755f1a9b2fad1125090b0d86850

--- a/tools/lint-hunks.py
+++ b/tools/lint-hunks.py
@@ -106,6 +106,8 @@
         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