ci(commmitlint): modify the commitlint tool submission limit (#2526)

This commit is contained in:
ajaxzheng 2024-11-15 17:26:05 +08:00 committed by GitHub
parent d8a2eac890
commit 192f15227c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -1 +1,6 @@
module.exports = { extends: ['@commitlint/config-conventional'] }
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'header-max-length': [1, 'always', 150]
}
}