9 lines
237 B
Text
9 lines
237 B
Text
[general]
|
|
# See https://jorisroovers.com/gitlint/configuration/#regex-style-search
|
|
regex-style-search=True
|
|
|
|
# Dependabot tends to generate lines that exceed the default 80 char limit.
|
|
[ignore-by-author-name]
|
|
regex=dependabot
|
|
ignore=all
|
|
|