From 92aa8ec6035e9193074dc2947b868e8a26e97312 Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Wed, 29 Jul 2026 14:46:07 +0800 Subject: [PATCH] ci: disable footer-max-line-length rule (#1069) Signed-off-by: Andy Lee --- commitlint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commitlint.config.js b/commitlint.config.js index 5847239a..95ef03ed 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -36,7 +36,7 @@ module.exports = { 'body-leading-blank': [2, 'always'], 'body-max-line-length': [0, 'always', 100], 'footer-leading-blank': [2, 'always'], - 'footer-max-line-length': [2, 'always', 100], + 'footer-max-line-length': [0, 'always', 100], }, // Ignore merge commits and revert commits ignores: [