Skip to content

Commit

Permalink
ci: update commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
tiendn committed Mar 16, 2023
1 parent 8792b39 commit e108760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-leading-blank': [1, 'always'],
'body-max-line-length': [2, 'never'],
'body-max-line-length': [2, 'always', 1000000000000000],
'footer-leading-blank': [1, 'always'],
'footer-max-line-length': [2, 'never'],
'footer-max-line-length': [2, 'always', 1000000000000000],
'header-max-length': [2, 'always', 100],
'scope-case': [2, 'always', 'lower-case'],
'subject-case': [2, 'never', ['sentence-case', 'start-case', 'pascal-case', 'upper-case']],
Expand Down

0 comments on commit e108760

Please sign in to comment.