From 2541f8788e4e2547cd9709e864bf42c4a10aefbf Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Fri, 15 Sep 2017 11:08:54 -0700 Subject: [PATCH] scripts: allow "title" in commit titles gitlint was complaining about use of the word "title" in PR #1512 doc: fix link title in linux installation guide Signed-off-by: David B. Kinder --- .gitlint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlint b/.gitlint index 371355f0b86..cadaca88f28 100644 --- a/.gitlint +++ b/.gitlint @@ -25,7 +25,7 @@ regex = ^(([^:]+):)(\s([^:]+):)*\s(.+)$ # Comma-separated list of words that should not occur in the title. Matching is case # insensitive. It's fine if the keyword occurs as part of a larger word (so "WIPING" # will not cause a violation, but "WIP: my title" will. -words=wip,title +words=wip [title-match-regex] # python like regex (https://docs.python.org/2/library/re.html) that the