Skip to content

Commit

Permalink
ci: no type-case check for scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
setunapo authored and brilliant-lx committed Aug 17, 2022
1 parent dbb047b commit ddbe6c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/commitlint.config.js
Expand Up @@ -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,
Expand Down

0 comments on commit ddbe6c4

Please sign in to comment.