From 77fed2b8cb27ddfc67a52fa67b7a64f9eba412ac Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Mon, 16 Dec 2024 18:23:43 +0100 Subject: [PATCH] build: Ignore commit body --- .gitlint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlint b/.gitlint index 8d3ce0faa..0fe57f26c 100644 --- a/.gitlint +++ b/.gitlint @@ -2,7 +2,7 @@ # SPDX-License-Identifier: CC0-1.0 [general] -ignore=B6,B7 +ignore=B5,B6,B7 contrib=contrib-title-conventional-commits ### Configuring rules ###