Failure: ignore not yet supported
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Jens True 2023-06-01 09:38:59 +00:00
parent f1c1c5456c
commit 36b043e307

@ -15,8 +15,7 @@ pipeline:
tools: tools:
image: php image: php
commands: commands:
- ./vendor/bin/phpmd src text cleancode,codesize,controversial,design,naming,unusedcode - !./vendor/bin/phpmd src text cleancode,codesize,controversial,design,naming,unusedcode
- ./vendor/bin/phpstan analyze --level=7 src/ backup - !./vendor/bin/phpstan analyze --level=7 src/ backup
- ./vendor/bin/psalm - !./vendor/bin/psalm
- ./vendor/bin/phpcs src - !./vendor/bin/phpcs src
failure: ignore