Skip to content

Commit 192f152

Browse files
authored
ci(commmitlint): modify the commitlint tool submission limit (#2526)
1 parent d8a2eac commit 192f152

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

commitlint.config.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
module.exports = { extends: ['@commitlint/config-conventional'] }
1+
module.exports = {
2+
extends: ['@commitlint/config-conventional'],
3+
rules: {
4+
'header-max-length': [1, 'always', 150]
5+
}
6+
}

0 commit comments

Comments
 (0)