Skip to content

Commit

Permalink
chore(commitlint): add {body,footer,header}-max(-line)-length [skip…
Browse files Browse the repository at this point in the history
… ci]

* Automated using myii/ssf-formula#265
  • Loading branch information
dafyddj authored and myii committed Oct 7, 2020
1 parent da26f62 commit a08444f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [2, 'always', 120],
'footer-max-line-length': [2, 'always', 120],
'header-max-length': [2, 'always', 72],
},
};

0 comments on commit a08444f

Please sign in to comment.