Skip to content

Commit bbcb45d

Browse files
committed
ci: relaxing commitlint
1 parent 9010a9c commit bbcb45d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.commitlintrc.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,22 @@ module.exports = {
22
extends: ['@commitlint/config-conventional'],
33
rules: {
44
'body-max-line-length': [0],
5+
'type-enum': [2, 'always', [
6+
'build',
7+
'chore',
8+
'ci',
9+
'docs',
10+
'wiki',
11+
'feat',
12+
'fix',
13+
'perf',
14+
'refactor',
15+
'revert',
16+
'style',
17+
'test',
18+
'vibe'
19+
'plan'
20+
'vision',
21+
]],
522
},
623
};

0 commit comments

Comments
 (0)