Build/Inspection/Php/style.sh
2018-03-04 18:21:27 +01:00

6 lines
272 B
Bash

#!/bin/bash
. ${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