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
This commit is contained in:
Reto Schneider 2023-03-01 15:12:01 +01:00 committed by mlasch
parent 3eaf76e8d5
commit e1ca75e0d9

View File

@ -1,5 +1,6 @@
[general]
ignore-fixup-commits=false
regex-style-search=True
[title-must-not-contain-word]
words=wip,fixup