Skip to content

Commit

Permalink
chore(commitlint): disable footer length limit (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Mallimo authored Jan 17, 2023
1 parent f0180e5 commit 379ebbc
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, 'always', 120],
'footer-max-line-length': [2, 'never'],
},
};

0 comments on commit 379ebbc

Please sign in to comment.