ci: no type-case check for scope.
This commit is contained in:
parent
dbb047bccc
commit
ddbe6c4f77
1
.github/commitlint.config.js
vendored
1
.github/commitlint.config.js
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user