Use global phpcs

This commit is contained in:
Claudio Sanches 2020-09-08 16:53:13 -03:00
parent f748a71a8e
commit e0f08cc65a
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ if [[ ${RUN_PHPCS} == 1 ]]; then
fi
echo "Running Code Sniffer."
./vendor/bin/phpcs --ignore=$IGNORE --encoding=utf-8 -s -n -p $CHANGED_FILES
phpcs --ignore=$IGNORE --encoding=utf-8 -s -n -p $CHANGED_FILES
fi
fi