Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 468 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 468 Bytes

Prerequisites

Git (Distributed version-control system)

Composer (PHP Dependency Manager)

Usage

  1. Clone this repository git clone https://github.com/elegantthemes/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.