Skip to content

Commit 780d373

Browse files
committed
chore(gitlint): avoid regex style warnings, add more long link exclusions
1 parent 37b345c commit 780d373

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlint

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ignore-revert-commits = false
55
ignore-squash-commits = false
66
ignore-stdin = true
77
contrib = contrib-title-conventional-commits
8+
regex-style-search = true
89

910
[ignore-body-lines]
10-
regex = ^(Co-authored-by:|(Refs )?https?://)
11+
regex = ^(Co-authored-by:|((Refs|See|[*-]) )?https?://)

0 commit comments

Comments
 (0)