Skip to content

Commit

Permalink
ci: allow UPPERCASE letters in commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Izquierdo committed Oct 5, 2023
1 parent 0cb7dc0 commit 96c4f98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [2, 'always', '*'],
'subject-case': [2, 'always', ['upper-case', 'lower-case']],
},
};

0 comments on commit 96c4f98

Please sign in to comment.