Full static code analysis
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jens True 2023-07-06 06:41:05 +00:00
parent 50ae396000
commit 5705822129
2 changed files with 2 additions and 2 deletions

@ -5,7 +5,7 @@ analyze-yaml:
analyze-phpmd:
vendor/bin/phpmd src text cleancode,codesize,controversial,design,naming,unusedcode
analyze-phpstan:
vendor/bin/phpstan analyze --level=7 --error-format=raw src/ backup
vendor/bin/phpstan analyze --level=8 --error-format=raw src/ backup
analyze-psalm:
vendor/bin/psalm --no-cache
analyze-phpcs:

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<psalm
errorLevel="2"
errorLevel="1"
resolveFromConfigFile="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"