We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd6991 commit 68fe4c3Copy full SHA for 68fe4c3
README.md
@@ -77,27 +77,21 @@ Here's an example *captainhook.json* configuration file.
77
```json
78
{
79
"commit-msg": {
80
- "enabled": true,
81
"actions": [
82
83
"action": "\\CaptainHook\\App\\Hook\\Message\\Action\\Beams"
84
}
85
]
86
},
87
"pre-commit": {
88
89
90
91
"action": "phpunit"
92
93
94
- "action": "phpcs --standard=psr2 src"
+ "action": "phpcs --standard=psr12 src"
95
96
97
- },
98
- "pre-push": {
99
- "enabled": false,
100
- "actions": []
101
102
103
```
0 commit comments