/elegant-marketplace-phpcs

Code scanner for elegant-themes marketplace's publishing purposes

Primary LanguagePHP

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.