codeatcode/codeatcs - Packagist.org

README

Packagist

CodeatCS is a project with rulsets used for the Codeat plugins/themes development based on WordPress Coding Standards project, implementing official WordPress PHP Coding Standards, Slevomat Coding Standard, PHPCompatibilityWP and PHPCompatibilityWP.

PHP Code Sniffer

How to disable rules

phpcs --standard=./vendor/codeatcode/codeatcs/CodeatCodingStandard/ruleset.xml ./file.php  -s

The -s parameter shows sniff codes in all reports.