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

Unified Diff: PRESUBMIT_test.py

Issue 462323003: Do not run header include order checks on blacklisted files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« PRESUBMIT.py ('K') | « PRESUBMIT.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT_test.py
diff --git a/PRESUBMIT_test.py b/PRESUBMIT_test.py
index 10d06904f4815aac47a91e02d4c1ca1448873e26..dd8dcbeb92a66e4e6a8ae987db04ff29af5ceeb8 100755
--- a/PRESUBMIT_test.py
+++ b/PRESUBMIT_test.py
@@ -27,7 +27,7 @@ class MockInputApi(object):
self.files = []
self.is_committing = False
- def AffectedFiles(self):
+ def AffectedFiles(self, file_filter=None):
return self.files
def PresubmitLocalPath(self):
« PRESUBMIT.py ('K') | « PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698