Skip to content
Snippets Groups Projects
Commit 0affeb32 authored by Erick Hitter's avatar Erick Hitter
Browse files

PHPCS doesn't like spaces in the sniffs string

parent 7483c436
Branches
No related tags found
1 merge request!5PHPCS doesn't like spaces in the sniffs string
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
......@@ -61,12 +61,8 @@ PHPCS:
- composer global require automattic/vipwpcs
- composer global require phpcompatibility/phpcompatibility-wp
- phpcs --config-set installed_paths \
$HOME/.composer/vendor/wp-coding-standards/wpcs, \
$HOME/.composer/vendor/automattic/vipwpcs, \
$HOME/.composer/vendor/phpcompatibility/php-compatibility, \
$HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie, \
$HOME/.composer/vendor/phpcompatibility/phpcompatibility-wp, \
$HOME/.composer/vendor/sirbrillig/phpcs-variable-analysis
$HOME/.composer/vendor/wp-coding-standards/wpcs,$HOME/.composer/vendor/automattic/vipwpcs,$HOME/.composer/vendor/phpcompatibility/php-compatibility,$HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie,$HOME/.composer/vendor/phpcompatibility/phpcompatibility-wp,$HOME/.composer/vendor/sirbrillig/phpcs-variable-analysis
- phpcs --config-show
script:
- phpcs -n
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment