Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 462e40f

Browse files
ShabbyXCommit Bot
authored andcommitted
Allow lines up to 72 characters in commit messages
72 is the limit, not 71. See: https://stackoverflow.com/a/17792445/912144 Bug: angleproject:4683 Change-Id: Icb53f2d532b9b55e31e3f1593bd2302a3011095e Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2230785 Reviewed-by: Manh Nguyen <[email protected]> Commit-Queue: Shahbaz Youssefi <[email protected]>
1 parent b22ecc6 commit 462e40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PRESUBMIT.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def _PopBlankLines(lines, reverse=False):
4444
whitelist_strings = ['Revert "', 'Roll ']
4545
summary_linelength_warning_lower_limit = 65
4646
summary_linelength_warning_upper_limit = 70
47-
description_linelength_limit = 71
47+
description_linelength_limit = 72
4848

4949
if input_api.change.issue:
5050
git_output = input_api.gerrit.GetChangeDescription(input_api.change.issue)

0 commit comments

Comments
 (0)