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

Unified Diff: components/sync_bookmarks/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: components/sync_bookmarks/PRESUBMIT.py
diff --git a/components/sync_bookmarks/PRESUBMIT.py b/components/sync_bookmarks/PRESUBMIT.py
index db47db9aea4469c7bc6efa9953fe15e4f16e2515..44c9101cabe4d813d527ef63cea81c2b457a7649 100644
--- a/components/sync_bookmarks/PRESUBMIT.py
+++ b/components/sync_bookmarks/PRESUBMIT.py
@@ -27,7 +27,6 @@ def CheckChangeLintsClean(input_api, output_api):
def CheckChanges(input_api, output_api):
results = []
results += CheckChangeLintsClean(input_api, output_api)
- results += input_api.canned_checks.CheckPatchFormatted(input_api, output_api)
return results
def CheckChangeOnUpload(input_api, output_api):

Powered by Google App Engine
This is Rietveld 408576698