From fca1d6bcc7a0b9b20ddb814ab4c79be21521a208 Mon Sep 17 00:00:00 2001 From: justintaddei Date: Thu, 27 Jun 2024 01:38:29 -0600 Subject: [PATCH] chore: remove footer length limit --- commitlint.config.cjs | 1 + 1 file changed, 1 insertion(+) diff --git a/commitlint.config.cjs b/commitlint.config.cjs index aecfc42..0254f51 100644 --- a/commitlint.config.cjs +++ b/commitlint.config.cjs @@ -3,6 +3,7 @@ module.exports = { rules: { 'body-max-length': [0], 'body-max-line-length': [0], + 'footer-max-line-length': [0], }, ignores: [ (commit) => {