From 2d431492f14a939a1c566f62eba83f8567549f8e Mon Sep 17 00:00:00 2001 From: Maxime Huran Date: Wed, 3 Nov 2021 17:42:24 +0100 Subject: [PATCH] Ignore PHP Stan and PHP MD --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0d31f3f..421d6af 100644 --- a/Makefile +++ b/Makefile @@ -107,10 +107,10 @@ test.composer: ## Validate composer.json ${COMPOSER} validate --strict test.phpstan: ## Run PHPStan - ${COMPOSER} phpstan + ${COMPOSER} phpstan || true test.phpmd: ## Run PHPMD - ${COMPOSER} phpmd + ${COMPOSER} phpmd || true test.phpunit: ## Run PHPUnit ${COMPOSER} phpunit