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:
image: php
commands:
- ./vendor/bin/phpmd src text cleancode,codesize,controversial,design,naming,unusedcode
- ./vendor/bin/phpstan analyze --level=7 src/ backup
- ./vendor/bin/psalm
- ./vendor/bin/phpcs src
failure: ignore
- !./vendor/bin/phpmd src text cleancode,codesize,controversial,design,naming,unusedcode
- !./vendor/bin/phpstan analyze --level=7 src/ backup
- !./vendor/bin/psalm
- !./vendor/bin/phpcs src