Skip to content

Commit

Permalink
ci(commmitlint): modify the commitlint tool submission limit
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcr committed Nov 15, 2024
1 parent 7ad17d8 commit 6cb4a29
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
module.exports = { extends: ['@commitlint/config-conventional'] }
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'header-max-length': [1, 'always', 150]
}
}

0 comments on commit 6cb4a29

Please sign in to comment.