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

Unified Diff: chrome/browser/extensions/PRESUBMIT.py

Issue 153953011: Add git cl format presubmit warning for extension and apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « chrome/browser/chromeos/extensions/PRESUBMIT.py ('k') | chrome/browser/ui/apps/PRESUBMIT.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/PRESUBMIT.py
diff --git a/chrome/browser/extensions/PRESUBMIT.py b/chrome/browser/extensions/PRESUBMIT.py
index 8a21b4107255856cb3d0d85a3aef2200fbbe2760..c8c16b5d2987e6c2559c5680eed813189ab0bbe5 100644
--- a/chrome/browser/extensions/PRESUBMIT.py
+++ b/chrome/browser/extensions/PRESUBMIT.py
@@ -297,7 +297,8 @@ class HistogramValueChecker(object):
return self.results
def CheckChangeOnUpload(input_api, output_api):
- results = []
- results += HistogramValueChecker(input_api, output_api).Run()
- return results
+ results = []
+ results += HistogramValueChecker(input_api, output_api).Run()
+ results += input_api.canned_checks.CheckPatchFormatted(input_api, output_api)
+ return results
« no previous file with comments | « chrome/browser/chromeos/extensions/PRESUBMIT.py ('k') | chrome/browser/ui/apps/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698