mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-13 15:46:53 +03:00
chore: update CaptainHook configuration
This commit is contained in:
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user