Commit 2df3bf51 by Manh Nguyen Committed by Commit Bot

Re-enable presubmit commit message format check

Bug: angleproject:4715 Change-Id: I7dfd00f5a31a2df6751bb1dc9fd271f24294e966 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2249374 Commit-Queue: Manh Nguyen <nguyenmh@google.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
parent 60672e7b
...@@ -374,9 +374,7 @@ def CheckChangeOnUpload(input_api, output_api): ...@@ -374,9 +374,7 @@ def CheckChangeOnUpload(input_api, output_api):
results.extend( results.extend(
input_api.canned_checks.CheckPatchFormatted( input_api.canned_checks.CheckPatchFormatted(
input_api, output_api, result_factory=output_api.PresubmitError)) input_api, output_api, result_factory=output_api.PresubmitError))
#TODO(nguyenmh): Renable commit message formatting once stable results.extend(_CheckCommitMessageFormatting(input_api, output_api))
#https://bugs.chromium.org/p/angleproject/issues/detail?id=4715
#results.extend(_CheckCommitMessageFormatting(input_api, output_api))
return results return results
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment