Skip to content

Commit 028dfda

Browse files
committed
add commit-msg hook to project for local testing
1 parent 44e6c55 commit 028dfda

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

whisky.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
2-
"disabled": [],
2+
"disabled": [
3+
"commit-msg"
4+
],
35
"hooks": {
6+
"commit-msg": [
7+
"echo \"$1\""
8+
],
49
"pre-commit": [
510
"composer lint -- --test"
611
],

0 commit comments

Comments
 (0)