singleloginsystem/captainhook.json
= 34a3663bfd Deps: add captainhook for Git hooks
Configure pre-commit linting and static analysis checks.commit-msg actions
2026-05-16 10:04:43 +00:00

26 lines
547 B
JSON

{
"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"
}
]
}
}