tangled
alpha
login
or
join now
gwen.works
/
churros
student life social platform
0
fork
atom
overview
issues
pulls
pipelines
chore: bump max commit header length
Ewen Le Bihan
2 years ago
0eeb9806
8cf553be
options
unified
split
Changed files
+1
commitlint.config.cjs
+1
commitlint.config.cjs
···
1
1
module.exports = {
2
2
extends: ['@commitlint/config-conventional'],
3
3
rules: {
4
4
+
'header-max-length': [1, 'always', 200],
4
5
'body-max-line-length': [1, 'always', Infinity],
5
6
},
6
7
};