From 843da3708629ffbd1a3f7ebad222679ddb3140c3 Mon Sep 17 00:00:00 2001 From: G Date: Fri, 15 Dec 2023 14:06:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E6=96=B0=E5=A2=9Ecommitlint?= =?UTF-8?q?=E9=95=BF=E5=BA=A6=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commitlint.config.cjs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/commitlint.config.cjs b/commitlint.config.cjs index 7dd8e3db..74056e18 100644 --- a/commitlint.config.cjs +++ b/commitlint.config.cjs @@ -108,4 +108,7 @@ module.exports = { defaultScope: "", defaultSubject: "", }, + rules: { + "body-max-line-length": [2, "always", 500], + }, };