Skip to content

Commit

Permalink
[Chore] update length of commit message to 100 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky authored Jan 18, 2025
1 parent 2f4e03b commit 12823c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions commitlint.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
export default {
// This line config will read the NPM package named "commitlint-config-wizardoc", so please make sure you have installed it before config this line.
extends: ["wizardoc"],
rules: [
"header-max-length": [2, "always", 100],
]
};

0 comments on commit 12823c9

Please sign in to comment.