Trigger a new build
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
2025-09-02 09:59:37 +00:00
parent 74033f0ab6
commit 360682f813
3 changed files with 196 additions and 137 deletions

View File

@@ -35,7 +35,7 @@
"@docs"
],
"metrics": "vendor/bin/phpmetrics --report-html=output/metrics --junit=output/test.xml src/",
"docs": "tools/phpDocumentor",
"docs": "tools/phpdocumentor",
"analyze": [
"@analyze-yaml",
"@analyze-phpmd",
@@ -44,7 +44,7 @@
"@analyze-phpcs"
],
"analyze-yaml": "vendor/bin/yaml-lint .",
"analyze-phpmd": "tools/phpmd src,tests text cleancode,codesize,controversial,design,naming,unusedcode",
"analyze-phpmd": "tools/phpmd src,tests text cleancode,codesize,controversial,design,naming,unusedcode",
"analyze-phpstan":"tools/phpstan",
"analyze-psalm": "tools/psalm --no-cache",
"analyze-phpcs": "tools/phpcs"