Skip to content

Commit f75ba74

Browse files
committed
ci: allow mixed case in commit message headers
1 parent 590c949 commit f75ba74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commitlint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
22
extends: ['@commitlint/config-conventional'],
33
rules: {
4-
'body-max-line-length': [1, 'always', 100]
4+
'body-max-line-length': [1, 'always', 100],
5+
'header-case': [1, 'always', 'lower-case']
56
}
67
}

0 commit comments

Comments
 (0)