Fix line ending

This commit is contained in:
Dennis Eichhorn 2018-03-30 09:41:06 +02:00
parent b5eb8c61e7
commit 38138209ba

View File

@ -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