Skip to content

Commit

Permalink
ci: 💚 disable some commitlint rules
Browse files Browse the repository at this point in the history
footer-max-line-length and footer-leading-blank were breaking semantic-release again so now they're gone
  • Loading branch information
not-so-smart committed May 27, 2022
1 parent 1aea72e commit 68b9a46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ module.exports = {
rules: {
'subject-case': [1, 'always', ['lower-case']],
'body-max-line-length': [0],
'footer-max-line-length': [0],
'footer-leading-blank': [0],
},
}

0 comments on commit 68b9a46

Please sign in to comment.