Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: commitlint subject update to support jira ticket names
Browse files Browse the repository at this point in the history
Lombardoc4 committed Feb 3, 2024
1 parent 01e4241 commit c2f13b5
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
@@ -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',

0 comments on commit c2f13b5

Please sign in to comment.