From 3d1058bb51bd5172e0fa7d70de2bcc0dc1afac15 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 4 Mar 2018 18:33:45 +0100 Subject: [PATCH] Fix phpcs/phpmd path --- Inspection/Php/style.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Inspection/Php/style.sh b/Inspection/Php/style.sh index 40df3f9..3537285 100644 --- a/Inspection/Php/style.sh +++ b/Inspection/Php/style.sh @@ -2,5 +2,5 @@ . ${BUILD_PATH}/config.sh -php ${TOOLS_PATH}/phpcs.phar ${ROOT_PATH}/phpOMS --colors --standard="${BUILD_PATH}/phpcs.xml" -s --report=full -php ${TOOLS_PATH}/phpmd.phar ${ROOT_PATH}/phpOMS text ${BUILD_PATH}/phpmd.xml --exclude *tests* --minimumpriority 1 \ No newline at end of file +php ${TOOLS_PATH}/phpcs.phar ${ROOT_PATH}/phpOMS --standard="${BUILD_PATH}/Config/phpcs.xml" -s --report=full +php ${TOOLS_PATH}/phpmd.phar ${ROOT_PATH}/phpOMS text ${BUILD_PATH}/Config/phpmd.xml --exclude *tests* --minimumpriority 1 \ No newline at end of file