1 repository
Collections of rules for the PHP CodeSniffer engine to enforce consistent coding conventions.
Distinct from PHP Language Standards: Distinct from general PHP standards: focuses on the rule collection architecture for the CodeSniffer engine.
Explore 1 awesome GitHub repository matching testing & quality assurance · CodeSniffer Rulesets. Refine with filters or upvote what's useful.
WordPress Coding Standards is a collection of rules for the PHP CodeSniffer engine designed to enforce consistent coding conventions and best practices within PHP projects. It functions as a specialized static analysis tool that scans source code to identify style violations, security vulnerabilities, and potential bugs before execution. By integrating into development workflows, it ensures that code adheres to official project conventions, maintaining readability and consistency across large-scale plugin and theme development. The project distinguishes itself through deep domain-specific val
Provides a collection of rules for the PHP CodeSniffer engine that enforces consistent coding conventions and best practices.