From 3085ce074d9cbb285da2a6ef56cdcc5cdcf6798f Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 29 May 2019 08:43:36 -0400 Subject: [PATCH] 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 --- .gitlint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlint b/.gitlint index 561a8a29baca30..7e0e5d3b5e6360 100644 --- a/.gitlint +++ b/.gitlint @@ -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