Skip to content

Commit

Permalink
chore(commitlint): increase footer max length (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogpatch626 authored Jan 18, 2023
1 parent a8c3536 commit d060a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'scope-case': [2, 'always', ['pascal-case', 'camel-case', 'kebab-case']],
'footer-max-line-length': [2, 'never'],
'footer-max-line-length': [2, 'always', Number.POSITIVE_INFINITY],
},
};

0 comments on commit d060a53

Please sign in to comment.