mirror of
https://github.com/WordPress/WordPress-Coding-Standards.git
synced 2026-07-31 14:06:59 +08:00
19 lines
857 B
XML
19 lines
857 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="WordPress Core">
|
|
<description>Non-controversial generally-agreed upon WordPress Coding Standards</description>
|
|
|
|
<rule ref="WordPress.Arrays.ArrayDeclaration"/>
|
|
<rule ref="WordPress.Classes.ValidClassName"/>
|
|
<rule ref="WordPress.Files.FileName"/>
|
|
<rule ref="WordPress.Formatting.MultipleStatementAlignment"/>
|
|
<rule ref="WordPress.Functions.FunctionCallSignature"/>
|
|
<rule ref="WordPress.Functions.FunctionDeclarationArgumentSpacing"/>
|
|
<rule ref="WordPress.NamingConventions.ValidFunctionName"/>
|
|
<rule ref="WordPress.PHP.DiscouragedFunctions"/>
|
|
<rule ref="WordPress.Strings.DoubleQuoteUsage"/>
|
|
<rule ref="WordPress.WhiteSpace.ControlStructureSpacing"/>
|
|
<rule ref="WordPress.WhiteSpace.OperatorSpacing"/>
|
|
<rule ref="WordPress.WhiteSpace.PhpIndent"/>
|
|
<rule ref="WordPress.WhiteSpace.ScopeIndent"/>
|
|
|
|
</ruleset>
|