WordPress-Coding-Standards/WordPress-VIP/ruleset.xml

17 lines
492 B
XML

<?xml version="1.0"?>
<ruleset name="WordPress VIP">
<description>WordPress VIP Coding Standards</description>
<rule ref="WordPress-Core"/>
<!-- the following are inherited by other sniffs -->
<rule ref="WordPress.Functions.FunctionRestrictions"/>
<rule ref="WordPress.Variables.VariableRestrictions"/>
<rule ref="WordPress.VIP"/>
<rule ref="WordPress.XSS.EscapeOutput"/>
<rule ref="WordPress.CSRF.NonceVerification" />
<rule ref="WordPress.PHP.StrictComparisons" />
</ruleset>