Skip to content

Commit

Permalink
fix: increase footer max line length
Browse files Browse the repository at this point in the history
  • Loading branch information
SkandaBhat committed Apr 4, 2022
1 parent 8d7350b commit 26d09e7
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 @@ -2,5 +2,6 @@ module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [0, 'always', 200],
'footer-max-line-length': [0, 'always', 2000],
},
};

0 comments on commit 26d09e7

Please sign in to comment.