ci: no type-case check for scope.

This commit is contained in:
setunapo 2022-08-17 15:19:50 +08:00 committed by Larry
parent dbb047bccc
commit ddbe6c4f77

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