Skip to content

Commit

Permalink
Merge pull request #321 from qonto/ignore-dependabot-commits
Browse files Browse the repository at this point in the history
Set body-max-line-length to Infinity
  • Loading branch information
Michele Gerarduzzi authored Dec 6, 2023
2 parents 748f9fd + 19e35c3 commit 7739259
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 @@ -4,6 +4,7 @@ module.exports = {
extends: ["@commitlint/config-conventional"],
rules: {
"body-leading-blank": [2, "always"],
"body-max-line-length": [2, "always", Infinity],
"footer-leading-blank": [2, "always"],
},
};

0 comments on commit 7739259

Please sign in to comment.