Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Unified Diff: tools/presubmit.py

Issue 314573004: Ignore buildtools directory in presubmit.py checks (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/presubmit.py
diff --git a/tools/presubmit.py b/tools/presubmit.py
index a4ca39980522fbdbfe40527b90cd825520ceec62..cc17c817e28ed5b0a84009e172e6c9c8ab6b4881 100755
--- a/tools/presubmit.py
+++ b/tools/presubmit.py
@@ -201,7 +201,7 @@ class SourceFileProcessor(object):
def IgnoreDir(self, name):
return (name.startswith('.') or
- name in ('data', 'kraken', 'octane', 'sunspider'))
+ name in ('buildtools', 'data', 'kraken', 'octane', 'sunspider'))
def IgnoreFile(self, name):
return name.startswith('.')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698