wakaama/.gitlint
Reto Schneider e1ca75e0d9 ci: Avoid gitlint warning I3
The ignore-body-lines regex also works for re.search(). Resolving the
warning by opting-in to the new behavior.

Relevant links:
 - https://jorisroovers.com/gitlint/configuration/#regex-style-search
 - https://github.com/jorisroovers/gitlint/issues/254
2023-03-03 15:51:36 +01:00

14 lines
283 B
Plaintext

[general]
ignore-fixup-commits=false
regex-style-search=True
[title-must-not-contain-word]
words=wip,fixup
# Enforce at least 20 characters (default value) in every commit body
[body-min-length]
# Tags do not count towards the body length
[ignore-body-lines]
regex=^Signed-off-by