Skip to content

Commit

Permalink
chore: remove footer length limit
Browse files Browse the repository at this point in the history
  • Loading branch information
justintaddei committed Jun 27, 2024
1 parent 3a1fc6a commit fca1d6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commitlint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
rules: {
'body-max-length': [0],
'body-max-line-length': [0],
'footer-max-line-length': [0],
},
ignores: [
(commit) => {
Expand Down

0 comments on commit fca1d6b

Please sign in to comment.