mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-22 08:38:40 +00:00
Fix line ending
This commit is contained in:
parent
b5eb8c61e7
commit
38138209ba
|
|
@ -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
|
||||
Loading…
Reference in New Issue
Block a user