Skip to content

Commit

Permalink
fix: disable: subject-case
Browse files Browse the repository at this point in the history
[subject-case rule breaks ConventionalCommits spec · Issue #2141 · conventional-changelog/commitlint](conventional-changelog/commitlint#2141)
  • Loading branch information
ncaq committed Jun 24, 2022
1 parent ee353a4 commit e2fbb89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git-hooks/commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ module.exports = {
rules: {
// URLやMarkdownのリンクなど改行出来ない要素が頻繁に頻繁に出現するため無効にする。
"footer-max-line-length": [0, "always"],
// 関数などの識別子などを直接コミットメッセージのタイトルに書きたいので無効にする。
"subject-case": [0, "always"],
},
};

0 comments on commit e2fbb89

Please sign in to comment.