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

Unified Diff: presubmit_canned_checks.py

Issue 7024021: turn off source filter for owners check (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 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: presubmit_canned_checks.py
diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py
index aedd741e1eae94578c8d0c5278b631c4abc744c2..e8bdd3292f593136a0efb0106abd16f175958e90 100644
--- a/presubmit_canned_checks.py
+++ b/presubmit_canned_checks.py
@@ -887,7 +887,7 @@ def PanProjectChecks(input_api, output_api,
if owners_check:
snapshot("checking owners")
results.extend(input_api.canned_checks.CheckOwners(
- input_api, output_api, source_file_filter=sources))
+ input_api, output_api, source_file_filter=None))
snapshot("checking long lines")
results.extend(input_api.canned_checks.CheckLongLines(
« 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