Files
php-curl-class/tests/check_coding_standards.sh
T

11 lines
196 B
Bash
Executable File

SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${SCRIPT_DIR}"
phpcs \
--extensions="php" \
--ignore="*/vendor/*" \
--standard="ruleset.xml" \
-p \
-s \
..