This repository contains the PHPCQ coding standard definitions and style checker rules.
The rules are for phpcs and phpmd.
The most convenient usage is to use via phpcq/phpcq.
Simply put the following into your projects build.default.properties
file:
phpcs.standard=${basedir}/vendor/phpcq/coding-standard/phpcs/PhpCodeQuality/ruleset.xml
phpmd.ruleset=${basedir}/vendor/phpcq/coding-standard/phpmd/ruleset.xml