From e1ca75e0d93a1f2fc0eab2b4e5940c6678a62c69 Mon Sep 17 00:00:00 2001 From: Reto Schneider Date: Wed, 1 Mar 2023 15:12:01 +0100 Subject: [PATCH] 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 --- .gitlint | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlint b/.gitlint index ffa286f..1d4598b 100644 --- a/.gitlint +++ b/.gitlint @@ -1,5 +1,6 @@ [general] ignore-fixup-commits=false +regex-style-search=True [title-must-not-contain-word] words=wip,fixup