Skip to content

Commit

Permalink
Merge pull request #2680 from Varying-Vagrant-Vagrants/better-phpcs-i…
Browse files Browse the repository at this point in the history
…nstall

Improve PHPCS installation
  • Loading branch information
tomjn authored Jul 22, 2023
2 parents c2917c6 + 452f9c9 commit 9acbff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/core/phpcs/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function php_codesniff_setup() {
noroot mkdir -p /srv/www/phpcs
noroot cp -f "/srv/provision/core/phpcs/composer.json" "/srv/www/phpcs/composer.json"
cd /srv/www/phpcs
noroot composer update --no-ansi --no-progress --no-dev
noroot COMPOSER_RUNTIME_ENV="vagrant" composer update --no-ansi --no-progress --no-dev --prefer-dist

vvv_info " * [PHPCS]: Setting WordPress-Core as the default PHPCodesniffer standard"

Expand Down

0 comments on commit 9acbff0

Please sign in to comment.