Skip to content

Commit 58c6e57

Browse files
authored
chore: disable length related commitlint rules (#4479)
1 parent 337f03b commit 58c6e57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: commitlint.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22

33
module.exports = {
44
extends: ["@commitlint/config-conventional"],
5+
rules: {
6+
"header-max-length": [0],
7+
"body-max-line-length": [0],
8+
"footer-max-line-length": [0],
9+
},
510
};

0 commit comments

Comments
 (0)