Workaround for issue #6 until elegant themes fixes the official PHPCS module.
Also enabled PHP 7 syntax issue #7
Git (Distributed version-control system)
Composer (PHP Dependency Manager)
- Clone this repository
git clone https://github.com/divimode/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.