chore: set max commit header length
This commit is contained in:
committed by
Bálint Ujvári
parent
a7e42053ae
commit
d0922eb9a4
@@ -2,5 +2,6 @@ module.exports = {
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
rules: {
|
||||
'body-max-line-length': [1, 'always', 120],
|
||||
'header-max-length': [2, 'always', 160],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user