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 <pieter.degendt@basalte.be>
This commit is contained in:
parent
487830c380
commit
739066743f
1 changed files with 4 additions and 0 deletions
4
.gitlint
4
.gitlint
|
@ -59,3 +59,7 @@ ignore-merge-commits=false
|
||||||
# By specifying this rule, developers can only change the file when they explicitly reference
|
# By specifying this rule, developers can only change the file when they explicitly reference
|
||||||
# it in the commit message.
|
# it in the commit message.
|
||||||
#files=gitlint/rules.py,README.md
|
#files=gitlint/rules.py,README.md
|
||||||
|
|
||||||
|
[ignore-by-author-name]
|
||||||
|
regex=dependabot
|
||||||
|
ignore=body-requires-signed-off-by, max-line-length-with-exceptions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue