From 716f668327a636b9f041dacbae6f2607d423bf4b Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sun, 25 May 2025 23:27:24 -0500 Subject: [PATCH] chore: update CaptainHook configuration --- captainhook.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/captainhook.json b/captainhook.json index fba9abd..2c7e007 100644 --- a/captainhook.json +++ b/captainhook.json @@ -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",