Skip to content

Commit

Permalink
chore(commit-lint): warn footer line length (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
JAdshead authored Feb 2, 2024
1 parent 22cf6dd commit d66acf4
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 @@ -17,5 +17,6 @@ module.exports = {
rules: {
'scope-case': [2, 'always', ['pascal-case', 'camel-case', 'kebab-case']],
'body-max-line-length': [1, 'always', 100],
'footer-max-line-length': [1, 'always', 100],
},
};

0 comments on commit d66acf4

Please sign in to comment.