Skip to content

Commit

Permalink
fix: commitlint subject update to support jira ticket names
Browse files Browse the repository at this point in the history
  • Loading branch information
Lombardoc4 committed Jun 10, 2024
1 parent 614b420 commit 96ff431
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ module.exports = {
rules: {
// TODO Add Scope Enum Here
// 'scope-enum': [2, 'always', ['yourscope', 'yourscope']],
'subject-case': [
0,
'always',
['sentence-case', 'start-case', 'pascal-case'],
],
'type-enum': [
2,
'always',
Expand Down

0 comments on commit 96ff431

Please sign in to comment.