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

Unified Diff: chrome/common/extensions/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: chrome/common/extensions/PRESUBMIT.py
diff --git a/chrome/common/extensions/PRESUBMIT.py b/chrome/common/extensions/PRESUBMIT.py
index bcfba68e3f109b9859cfaaa594bf67bc11477505..1b0d113938c35b76893ae385836ff75817c24dc7 100644
--- a/chrome/common/extensions/PRESUBMIT.py
+++ b/chrome/common/extensions/PRESUBMIT.py
@@ -162,7 +162,6 @@ def _CheckChange(input_api, output_api):
def CheckChangeOnUpload(input_api, output_api):
results = []
- results += input_api.canned_checks.CheckPatchFormatted(input_api, output_api)
results += _CheckChange(input_api, output_api)
return results

Powered by Google App Engine
This is Rietveld 408576698