Skip to content

Commit abb462d

Browse files
committed
workflow: modify commitlint rules
1 parent 0eb714a commit abb462d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.commitlintrc.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ const { rules } = require('@commitlint/config-conventional')
33

44
// See https://github.com/vuejs/core/blob/main/scripts/verifyCommit.js
55
rules['type-enum'][2].push('wip', 'types', 'release', 'workflow', 'dx')
6-
rules['header-max-length'][2] = 150
6+
rules['header-max-length'][2] = 200
7+
rules['subject-case'][0] = 0
78

89
module.exports = {
910
extends: ['@commitlint/config-conventional'],

0 commit comments

Comments
 (0)