Skip to content

Commit afbc62c

Browse files
committed
fix(ci): increase allowed footer line length
1 parent 45d0e93 commit afbc62c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commitlint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
export default {
44
extends: ["@commitlint/config-conventional"],
55
rules: {
6-
"body-max-line-length": [0, "always", 100],
6+
"body-max-line-length": [0, "always"],
7+
"footer-max-line-length": [0, "always"],
78
},
89
};

0 commit comments

Comments
 (0)