chore: update CaptainHook configuration

This commit is contained in:
Ben Ramsey
2025-05-25 23:27:24 -05:00
parent 79dc39ff19
commit 716f668327
+2 -2
View File
@@ -39,7 +39,7 @@
]
},
{
"action": "composer lint:paths -- {$STAGED_FILES|of-type:php}",
"action": "composer dev:lint:syntax -- {$STAGED_FILES|of-type:php}",
"conditions": [
{
"exec": "\\CaptainHook\\App\\Hook\\Condition\\FileStaged\\OfType",
@@ -48,7 +48,7 @@
]
},
{
"action": "composer phpcs -- {$STAGED_FILES|of-type:php}",
"action": "composer dev:lint:style -- {$STAGED_FILES|of-type:php}",
"conditions": [
{
"exec": "\\CaptainHook\\App\\Hook\\Condition\\FileStaged\\OfType",