From ddbe6c4f776cda06573200b13b5c6d498edb7b1c Mon Sep 17 00:00:00 2001 From: setunapo Date: Wed, 17 Aug 2022 15:19:50 +0800 Subject: [PATCH] ci: no type-case check for scope. --- .github/commitlint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/commitlint.config.js b/.github/commitlint.config.js index b4e9a4a08..c97712274 100644 --- a/.github/commitlint.config.js +++ b/.github/commitlint.config.js @@ -26,6 +26,7 @@ module.exports = { 'subject-empty':[2, 'always'], 'scope-empty':[2, 'always'], 'type-enum': [2, 'never'], + 'type-case': [0, 'always'], 'function-rules/type-case': [2, 'always', validateTypeNums], 'header-max-length': [ 2,