26 lines
547 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|