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

Unified Diff: extensions/browser/PRESUBMIT.py

Issue 2680413002: Turn on clang format as an upload step for all the repo. (Closed)
Patch Set: Created 3 years, 10 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
Index: extensions/browser/PRESUBMIT.py
diff --git a/extensions/browser/PRESUBMIT.py b/extensions/browser/PRESUBMIT.py
index 5bd5fad6735c3491757cdc26a4085ee019d2d2a3..1a82b42c9e39b6259dc07c7a04969acb755976e3 100644
--- a/extensions/browser/PRESUBMIT.py
+++ b/extensions/browser/PRESUBMIT.py
@@ -54,7 +54,6 @@ def _RunHistogramChecks(input_api, output_api, histogram_name):
def CheckChangeOnUpload(input_api, output_api):
results = []
results += _RunHistogramValueCheckers(input_api, output_api)
- results += input_api.canned_checks.CheckPatchFormatted(input_api, output_api)
results += _RunHistogramChecks(input_api, output_api,
"BadMessageReasonExtensions")
return results

Powered by Google App Engine
This is Rietveld 408576698