Skip to content

Commit

Permalink
chore: update commitlint config to allow longer messages
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelRoux committed Jul 3, 2023
1 parent d6ed276 commit 229614d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
module.exports = { extends: ['@commitlint/config-conventional'] };
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [2, 'always', 200],
'footer-max-line-length': [2, 'always', 200],
'header-max-length': [2, 'always', 200],
},
};

0 comments on commit 229614d

Please sign in to comment.