Skip to content

Commit

Permalink
ci: Increase the commit line length limits (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
hertzg authored Aug 17, 2020
1 parent 43d6f84 commit 9c4a9d9
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', 250]
}
}

0 comments on commit 9c4a9d9

Please sign in to comment.