Skip to content

Commit 7390667

Browse files
pdgendtkartben
authored andcommitted
gitlint: Add ignored rules for dependabot
Dependabot will have an auto-generated body and is likely to fail the max line length check. The bot also does not use a full name for the signed-of-by line. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 487830c commit 7390667

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlint

+4
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,7 @@ ignore-merge-commits=false
5959
# By specifying this rule, developers can only change the file when they explicitly reference
6060
# it in the commit message.
6161
#files=gitlint/rules.py,README.md
62+
63+
[ignore-by-author-name]
64+
regex=dependabot
65+
ignore=body-requires-signed-off-by, max-line-length-with-exceptions

0 commit comments

Comments
 (0)