Skip to content

Commit

Permalink
fix: 🐛 新增commitlint长度限制
Browse files Browse the repository at this point in the history
  • Loading branch information
G committed Dec 15, 2023
1 parent 0af3abe commit 843da37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions commitlint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,7 @@ module.exports = {
defaultScope: "",
defaultSubject: "",
},
rules: {
"body-max-line-length": [2, "always", 500],
},
};

0 comments on commit 843da37

Please sign in to comment.