projects
/
arvados-formula.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
18663: address review comments
[arvados-formula.git]
/
commitlint.config.js
1
module.exports = {
2
extends: ['@commitlint/config-conventional'],
3
rules: {
4
'body-max-line-length': [2, 'always', 120],
5
'footer-max-line-length': [2, 'always', 120],
6
'header-max-length': [2, 'always', 72],
7
},
8
};