From 9c6a1aa7926e9909640b721ab0f5e1c16cb8238c Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 7 Feb 2018 13:00:59 -0600 Subject: [PATCH] gitlint: use custom rule for line length violations Custom rule has some exceptions for long urls and long names/email addressed. Signed-off-by: Anas Nashif --- .gitlint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlint b/.gitlint index f660625d6e1..687a0effd05 100644 --- a/.gitlint +++ b/.gitlint @@ -1,6 +1,6 @@ # All these sections are optional, edit this file as you like. [general] -ignore=title-trailing-punctuation, T3, title-max-length, T1, body-hard-tab, B3 +ignore=title-trailing-punctuation, T3, title-max-length, T1, body-hard-tab, B3, B1 # verbosity should be a value between 1 and 3, the commandline -v flags take precedence over this verbosity = 3 # By default gitlint will ignore merge commits. Set to 'false' to disable.