Skip to content

Commit b216fa1

Browse files
committed
fix: disable: footer-max-line-length
1 parent 8904848 commit b216fa1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

git-hooks/commitlint.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
module.exports = {
22
extends: ["@commitlint/config-conventional"],
3+
rules: {
4+
// URLやMarkdownのリンクなど改行出来ない要素が頻繁に頻繁に出現するため無効にする。
5+
"footer-max-line-length": [0, "always"],
6+
},
37
};

0 commit comments

Comments
 (0)