From 38138209ba9086651cc670a9753a1dd4e93c6003 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 30 Mar 2018 09:41:06 +0200 Subject: [PATCH] Fix line ending --- Inspection/Php/style.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Inspection/Php/style.sh b/Inspection/Php/style.sh index 07bb56d..586d30a 100644 --- a/Inspection/Php/style.sh +++ b/Inspection/Php/style.sh @@ -1,8 +1,8 @@ -#!/bin/bash - -. config.sh - -echo "Start php style inspection\n" - -php ${TOOLS_PATH}/phpcs.phar ${ROOT_PATH}/phpOMS --standard="${BUILD_PATH}/Config/phpcs.xml" -s --report=full --report-file=/Framework/phpcs.log +#!/bin/bash + +. config.sh + +echo "Start php style inspection\n" + +php ${TOOLS_PATH}/phpcs.phar ${ROOT_PATH}/phpOMS --standard="${BUILD_PATH}/Config/phpcs.xml" -s --report=full --report-file=/Framework/phpcs.log #php ${TOOLS_PATH}/phpmd.phar ${ROOT_PATH}/phpOMS text ${BUILD_PATH}/Config/phpmd.xml --exclude *tests* --minimumpriority 1 \ No newline at end of file