From 36b043e307167acaa7e1e616b9afb81121cd9820 Mon Sep 17 00:00:00 2001 From: Jens True Date: Thu, 1 Jun 2023 09:38:59 +0000 Subject: [PATCH] Failure: ignore not yet supported --- .woodpecker.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 949dbff..e8904c7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 \ No newline at end of file + - !./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 \ No newline at end of file