gitlint: match max title length restriction with checkpatch

Match the restriction on title length with checkpatch, since we document
that we follow the Linux style and checkpatch was there before gitlint.

Fixes #14652

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-05-29 08:43:36 -04:00
parent 938a8e14bd
commit 3085ce074d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ debug = false
extra-path=scripts/gitlint
[title-max-length-no-revert]
line-length=72
line-length=75
[body-min-line-count]
min-line-count=1