mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-23 17:08:40 +00:00
6 lines
258 B
Bash
6 lines
258 B
Bash
#!/bin/bash
|
|
|
|
. 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 |