lint: Update line-length for commit message to 72 in gitlint.

This commit updates the line-length for commit message in gitlint
to 72, as recommened in the documentation.
This commit is contained in:
sbansal1999
2023-05-01 11:25:20 +05:30
committed by Tim Abbott
parent 6b599d521f
commit eb56703310

View File

@@ -7,7 +7,7 @@ extra-path=tools/lib/gitlint_rules.py
regex=^(.+:\ )?[A-Z].+\.$
[title-max-length]
line-length=76
line-length=72
[body-max-line-length]
line-length=76