Commit cd4bf5e7 by Manh Nguyen Committed by Commit Bot

Temporarily take out commit message format check

Commit message format check is currently unstable and needs to be taken out until further improvement. Bug: angleproject:4715 Change-Id: Ia4837c0cd800963f7cc8a0cf9d77f49fab1627fd Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2239081 Commit-Queue: Manh Nguyen <nguyenmh@google.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 75037213
...@@ -347,7 +347,9 @@ def CheckChangeOnUpload(input_api, output_api): ...@@ -347,7 +347,9 @@ 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))
results.extend(_CheckCommitMessageFormatting(input_api, output_api)) #TODO(nguyenmh): Renable commit message formatting once stable
#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