mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Tests: Make lint.sh a little more useful
This commit is contained in:
@ -10,7 +10,7 @@ while getopts "p:" OPTION 2> /dev/null; do
|
||||
esac
|
||||
done
|
||||
|
||||
./tests/lint.sh -p "$PHP_BINARY"
|
||||
./tests/lint.sh -p "$PHP_BINARY" -d ./src/pocketmine
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
echo Lint scan failed!
|
||||
|
Reference in New Issue
Block a user