Skip to content

Commit 2541f87

Browse files
dbkinderAnas Nashif
authored andcommitted
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 <david.b.kinder@intel.com>
1 parent 7dbbb6f commit 2541f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ regex = ^(([^:]+):)(\s([^:]+):)*\s(.+)$
2525
# Comma-separated list of words that should not occur in the title. Matching is case
2626
# insensitive. It's fine if the keyword occurs as part of a larger word (so "WIPING"
2727
# will not cause a violation, but "WIP: my title" will.
28-
words=wip,title
28+
words=wip
2929

3030
[title-match-regex]
3131
# python like regex (https://docs.python.org/2/library/re.html) that the

0 commit comments

Comments
 (0)