Build/Inspection/Php/style.sh
2018-03-28 22:17:36 +02:00

8 lines
338 B
Bash

#!/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