Closed rask closed 6 years ago
Previously WPCS had to be installed as some global thing, now you can just run composer install and use
composer install
$ vendor/bin/phpcs ./
to run PHPCS checks on the codebase.
The package is a --dev dependency, meaning it can be left out by using composer install --no-dev.
--dev
composer install --no-dev
Looks fine to me!
Previously WPCS had to be installed as some global thing, now you can just run
composer install
and useto run PHPCS checks on the codebase.