Git (Distributed version-control system)
Composer (PHP Dependency Manager)
- Clone this repository
git clone https://github.com/elegantthemes/marketplace-phpcs/
- Inside the
marketplace-phpcs
directory, runcomposer install
- Then run
./vendor/bin/phpcs --standard=ruleset.xml /full/path/to/your/product
- To only show errors add
-n
to the command above.