codeatcode/codeatcs

Codeat PHPCS ruleset for OOP WordPress development on PHP 7.0+, include phpmd ruleset

Maintainers

Package info

github.com/CodeAtCode/CodeatCS

Language:Shell

Type:phpcodesniffer-standard

pkg:composer/codeatcode/codeatcs

Statistics

Installs: 11 580

Dependents: 7

Suggesters: 0

Stars: 3

Open Issues: 1

1.0.35 2024-12-02 15:07 UTC

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.