Skip to content

Commit

Permalink
gitlint: match max title length restriction with checkpatch
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
nashif committed May 29, 2019
1 parent 938a8e1 commit 3085ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlint
Expand Up @@ -13,7 +13,7 @@ debug = false
extra-path=scripts/gitlint extra-path=scripts/gitlint


[title-max-length-no-revert] [title-max-length-no-revert]
line-length=72 line-length=75


[body-min-line-count] [body-min-line-count]
min-line-count=1 min-line-count=1
Expand Down

0 comments on commit 3085ce0

Please sign in to comment.