Skip to content

Commit

Permalink
Merge pull request #502 from qonto/commitlint-ignore-dependabot-commits
Browse files Browse the repository at this point in the history
chore(commitlint): set body-max-line-length to Infinity
  • Loading branch information
dannycalleri authored Dec 11, 2023
2 parents 924de14 + 4f6490b commit 99692ca
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 @@ -5,5 +5,6 @@ module.exports = {
rules: {
"body-leading-blank": [2, "always"],
"footer-leading-blank": [2, "always"],
"body-max-line-length": [2, "always", Infinity],
},
};

0 comments on commit 99692ca

Please sign in to comment.