mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
Merge pull request #208 from dafyddj/fix/commit-header-length
fix(commitlint): fix header length at 72 chars as agreed
This commit is contained in:
commit
b5e11b3338
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