Skip to content

Commit

Permalink
ci: update commitlint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrown93 committed Jan 21, 2025
1 parent 25deadc commit 48cb95c
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 @@ -3,6 +3,7 @@ export default {
rules: {
'body-max-line-length': [2, 'never', '500'],
'body-max-length': [2, 'never', '2000'],
'footer-max-line-length': [2, 'never', '500'],
'subject-case': [2, 'never', ['upper-case', 'pascal-case', 'start-case']],
},
};

0 comments on commit 48cb95c

Please sign in to comment.