{ "commit-msg": { "enabled": true, "actions": [ { "action": "\\CaptainHook\\App\\Hook\\Message\\Action\\Beams", "options": { "subjectLength": 50, "bodyLineLength": 72 }, "conditions": [] } ] }, "pre-push": { "enabled": false, "actions": [] }, "pre-commit": { "enabled": true, "actions": [ { "action": "\\CaptainHook\\App\\Hook\\PHP\\Action\\Linting", "options": [], "conditions": [] }, { "action": "vendor/bin/php-cs-fixer fix", "options": [], "conditions": [] } ] }, "prepare-commit-msg": { "enabled": false, "actions": [] }, "post-commit": { "enabled": false, "actions": [] }, "post-merge": { "enabled": false, "actions": [] }, "post-checkout": { "enabled": false, "actions": [] } }