mirror of
https://github.com/eclipse/wakaama.git
synced 2025-05-08 15:28:14 +08:00

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
14 lines
283 B
Plaintext
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
|