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

Unified Diff: ui/webui/resources/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
« PRESUBMIT.py ('K') | « ui/ozone/PRESUBMIT.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/PRESUBMIT.py
diff --git a/ui/webui/resources/PRESUBMIT.py b/ui/webui/resources/PRESUBMIT.py
index 7a7e28be99ddb44575f9a16422b525cb74d42cf6..b05b5b555b0a4c491709e788817f3a0449b67bc9 100644
--- a/ui/webui/resources/PRESUBMIT.py
+++ b/ui/webui/resources/PRESUBMIT.py
@@ -75,6 +75,4 @@ translation from the place using the shared code. For an example: see
def _CommonChecks(input_api, output_api):
results = []
results += _CheckForTranslations(input_api, output_api)
- results += input_api.canned_checks.CheckPatchFormatted(input_api, output_api,
- check_js=True)
Dan Beam 2017/02/10 22:54:13 why did you remove this? note the check_js=True
jam 2017/02/10 22:59:39 oops, that was by accident. I'll restore this and
return results
« PRESUBMIT.py ('K') | « ui/ozone/PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698