Skip to content

Commit

Permalink
fix: commit rules
Browse files Browse the repository at this point in the history
  • Loading branch information
robence committed May 28, 2024
1 parent efdba68 commit d0b8134
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
module.exports = { extends: ['@commitlint/config-conventional'] }
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [2, 'always', 250],
'footer-max-line-length': [2, 'always', 2500]
}
}

0 comments on commit d0b8134

Please sign in to comment.