Skip to content

Commit

Permalink
ci: disable body length msg in commitlint (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Izquierdo authored and ttuffin committed Oct 6, 2023
1 parent 2bfe536 commit 47cec66
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// custom rules for commitlint

module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [2, 'always', '*'],
},
};

0 comments on commit 47cec66

Please sign in to comment.