From 923bc9511de07ab314b3536fa19098064d395938 Mon Sep 17 00:00:00 2001 From: Sam Poder Date: Fri, 23 Jun 2023 16:10:54 -0400 Subject: [PATCH] Ignore body is missing errors It seems excessive to require an extended description to each commit, such as the extended description being given here. --- .gitlint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlint b/.gitlint index b185b1c..a72a004 100644 --- a/.gitlint +++ b/.gitlint @@ -1,5 +1,5 @@ [general] -ignore=body-changed-file-mention +ignore=body-changed-file-mention,body-is-missing ignore-merge-commits=false ignore-fixup-commits=false ignore-squash-commits=false