Update phpcs directory

Directory changed due to version update in #1040
This commit is contained in:
IanDelMar 2019-12-16 11:37:21 +01:00 committed by GitHub
parent bc6358683b
commit 594231d02d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,4 +88,4 @@ script:
# -n flag: Do not print warnings (shortcut for --warning-severity=0) # -n flag: Do not print warnings (shortcut for --warning-severity=0)
# --standard: Use WordPress as the standard. # --standard: Use WordPress as the standard.
# --extensions: Only sniff PHP files. # --extensions: Only sniff PHP files.
- $WP_DEVELOP_DIR/php-codesniffer/scripts/phpcs -p -s -v -n . --standard=./codesniffer.ruleset.xml --extensions=php --ignore=*/woocommerce/*,*/src/* - $WP_DEVELOP_DIR/php-codesniffer/bin/phpcs -p -s -v -n . --standard=./codesniffer.ruleset.xml --extensions=php --ignore=*/woocommerce/*,*/src/*