mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-07 04:51:42 +00:00
fix(commitlint): fix header length at 72 chars as agreed
at WG meeting. Fix body/header length to 120 after further discussion.
This commit is contained in:
parent
e668832b76
commit
a95061ddd0
1 changed files with 5 additions and 0 deletions
|
@ -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],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue