Skip to content

Commit

Permalink
chore: update commit rules (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 authored Dec 24, 2023
1 parent 5f645cf commit d49cbb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ module.exports = {
'header-max-length': [2, 'always', 250],
'type-empty': [2, 'never'],
'type-case': [2, 'always', 'lower-case'],
'type-enum': [2, 'always', ['feat', 'refactor', 'fix', 'docs', 'test', 'chore', 'ci', 'release']],
'type-enum': [2, 'always', ['feat', 'refactor', 'fix', 'docs', 'test', 'chore', 'ci', 'release', 'build']],
'subject-empty': [2, 'never'],
'subject-case': [2, 'always', ['sentence-case', 'start-case', 'pascal-case', 'upper-case', 'kebab-case', 'lower-case']],
'body-leading-blank': [2, 'always'],
'body-max-line-length': [2, 'always', 100]
}
Expand Down

0 comments on commit d49cbb3

Please sign in to comment.