mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
8 lines
360 B
Bash
8 lines
360 B
Bash
#!/bin/bash
|
|
|
|
. $(dirname "$0")/../../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 |