From 2a3f2d49b864917ef50c76d2453332b38ddbab11 Mon Sep 17 00:00:00 2001 From: YHH <359807859@qq.com> Date: Sat, 18 Oct 2025 23:06:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E6=94=BE=E5=AE=BD=20commitlint=20sc?= =?UTF-8?q?ope=20=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .commitlintrc.json | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.commitlintrc.json b/.commitlintrc.json index c1066884..39cbde1b 100644 --- a/.commitlintrc.json +++ b/.commitlintrc.json @@ -19,21 +19,9 @@ ] ], "scope-enum": [ - 2, - "always", - [ - "core", - "math", - "network-client", - "network-server", - "network-shared", - "editor", - "docs", - "ci", - "deps" - ] + 0 ], - "scope-empty": [1, "never"], + "scope-empty": [0], "subject-empty": [2, "never"], "subject-case": [0], "header-max-length": [2, "always", 100]