Skip to content

Commit ee353a4

Browse files
committed
fix!: 独自形式のコミットメッセージを受け付けるのを終了する
プロジェクトごとに統一して使うとか、 そういう使い分けまで器用に出来ないことがわかったため。
1 parent b216fa1 commit ee353a4

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed

git-hooks/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
set -eu
3-
yarn --cwd "$(dirname "$0")" commitlint --edit "$(realpath "${1}")" || "$(dirname "$0")"/script/commit-message-in-style "$@"
3+
yarn --cwd "$(dirname "$0")" commitlint --edit "$(realpath "${1}")"

git-hooks/script/commit-message-in-style

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)