Skip to content

Commit 68fe4c3

Browse files
Slim down config file
1 parent ecd6991 commit 68fe4c3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,27 +77,21 @@ Here's an example *captainhook.json* configuration file.
7777
```json
7878
{
7979
"commit-msg": {
80-
"enabled": true,
8180
"actions": [
8281
{
8382
"action": "\\CaptainHook\\App\\Hook\\Message\\Action\\Beams"
8483
}
8584
]
8685
},
8786
"pre-commit": {
88-
"enabled": true,
8987
"actions": [
9088
{
9189
"action": "phpunit"
9290
},
9391
{
94-
"action": "phpcs --standard=psr2 src"
92+
"action": "phpcs --standard=psr12 src"
9593
}
9694
]
97-
},
98-
"pre-push": {
99-
"enabled": false,
100-
"actions": []
10195
}
10296
}
10397
```

0 commit comments

Comments
 (0)