From b19da16b838f79819ac145289d10710eb37a42fb Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 10:13:51 +0800 Subject: [PATCH] ci: disable footer-max-line-length rule (#1069) (#1070) (cherry picked from commit 92aa8ec6035e9193074dc2947b868e8a26e97312) Signed-off-by: Andy Lee Co-authored-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: [