Skip to content

Commit 2df3bf5

Browse files
Manh NguyenCommit Bot
Manh Nguyen
authored and
Commit Bot
committed
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 <[email protected]> Reviewed-by: Jamie Madill <[email protected]> Reviewed-by: Shahbaz Youssefi <[email protected]>
1 parent 60672e7 commit 2df3bf5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PRESUBMIT.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,7 @@ def CheckChangeOnUpload(input_api, output_api):
374374
results.extend(
375375
input_api.canned_checks.CheckPatchFormatted(
376376
input_api, output_api, result_factory=output_api.PresubmitError))
377-
#TODO(nguyenmh): Renable commit message formatting once stable
378-
#https://bugs.chromium.org/p/angleproject/issues/detail?id=4715
379-
#results.extend(_CheckCommitMessageFormatting(input_api, output_api))
377+
results.extend(_CheckCommitMessageFormatting(input_api, output_api))
380378
return results
381379

382380

0 commit comments

Comments
 (0)