summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-04 01:25:42 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-04 01:25:42 +0000
commitabc6a5193cc0b3f37df8ee5dcc54a1adffa15cec (patch)
treed08915a29d770643f2aa93b3115580d12ab805ec /PRESUBMIT.py
parent660e428f4baafdd433f978f7e4074677611f0de9 (diff)
downloadchromium_src-abc6a5193cc0b3f37df8ee5dcc54a1adffa15cec.zip
chromium_src-abc6a5193cc0b3f37df8ee5dcc54a1adffa15cec.tar.gz
chromium_src-abc6a5193cc0b3f37df8ee5dcc54a1adffa15cec.tar.bz2
Add net/tools/spdyshark/ to the presubmit exclude path list.
With that the lint doesn't complain about bad license header. BUG=50266 TEST=None Review URL: http://codereview.chromium.org/3080024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54857 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 383819e..4fd988d 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -10,6 +10,7 @@ for more details about the presubmit API built into gcl.
_EXCLUDED_PATHS = (
r"breakpad[\\\/].*",
+ r"net/tools/spdyshark/[\\\/].*",
r"skia[\\\/].*",
r"v8[\\\/].*",
)