Skip to content

Commit 0e5081a

Browse files
Add rule to prevent co-author line length violations (#484)
Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
1 parent da0d618 commit 0e5081a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitlint

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ ignore = T1,B1,B5,B6
1111
regex = \AMerge\s+[a-f0-9]{8,64}\s+into\s+[a-f0-9]{8,64}\Z
1212
ignore = T1,B5,B6
1313

14+
[ignore-body-lines]
15+
regex = (?i)^Co-Authored-By
16+
1417
[title-must-not-contain-word]
1518
words = fuck,stupid,annoying,rubbish,shit,crap

0 commit comments

Comments
 (0)