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( |