Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 764 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 764 Bytes

Workaround for issue #6 until elegant themes fixes the official PHPCS module.

Also enabled PHP 7 syntax issue #7

Prerequisites

Git (Distributed version-control system)

Composer (PHP Dependency Manager)

Usage

  1. Clone this repository git clone https://github.com/divimode/marketplace-phpcs/
  2. Inside the marketplace-phpcs directory, run composer install
  3. Then run ./vendor/bin/phpcs --standard=ruleset.xml /full/path/to/your/product
  4. To only show errors add -n to the command above.