singleloginsystem/captainhook.json
= 1e5c084855 Deps: add LaraDumps and test:arch
- Added `laradumps/laradumps` for enhanced debugging.
- Introduced `test:arch` command in Composer for architecture testing.
- Updated `captainhook.json` with `composer test:arch` action.
- Improved `.gitignore` to exclude `laradumps.yaml`.
2026-05-20 13:08:54 +00:00

29 lines
623 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"
},
{
"action": "composer test:arch"
}
]
}
}