fix(ci): 放宽 commitlint scope 限制

This commit is contained in:
YHH
2025-10-18 23:06:05 +08:00
parent ca452889d7
commit 2a3f2d49b8

View File

@@ -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]