Push update.
Some checks failed
ci/woodpecker/push/docker Pipeline was successful
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
2025-04-01 14:09:39 +00:00
parent 580653bbea
commit 3f33729b4b
4 changed files with 11 additions and 3 deletions

View File

@ -43,7 +43,7 @@
"@analyze-psalm",
"@analyze-phpcs"
],
"analyze-yaml": "vendor/bin/yaml-lint *.yml *.yaml *.json",
"analyze-yaml": "vendor/bin/yaml-lint .",
"analyze-phpmd": "phpmd src,tests text cleancode,codesize,controversial,design,naming,unusedcode",
"analyze-phpstan":"phpstan",
"analyze-psalm": "psalm --no-cache",