Skip to content

Commit e2fbb89

Browse files
committed
fix: disable: subject-case
[subject-case rule breaks ConventionalCommits spec · Issue #2141 · conventional-changelog/commitlint](conventional-changelog/commitlint#2141)
1 parent ee353a4 commit e2fbb89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

git-hooks/commitlint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ module.exports = {
33
rules: {
44
// URLやMarkdownのリンクなど改行出来ない要素が頻繁に頻繁に出現するため無効にする。
55
"footer-max-line-length": [0, "always"],
6+
// 関数などの識別子などを直接コミットメッセージのタイトルに書きたいので無効にする。
7+
"subject-case": [0, "always"],
68
},
79
};

0 commit comments

Comments
 (0)