{ "commit-msg": { "enabled": true, "actions": [ { "action": "\\CaptainHook\\App\\Hook\\Message\\Action\\Beams", "options": { "subjectLength": 50, "bodyLineLength": 300 } } ] }, "pre-commit": { "enabled": true, "actions": [ { "action": "composer lint" }, { "action": "composer check" }, { "action": "composer test:arch" } ] } }