WordPress-Coding-Standards/WordPress-VIP/ruleset.xml
2014-07-03 00:35:35 +03:00

16 lines
455 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.Arrays.ArrayAssignmentRestrictions"/>
<rule ref="WordPress.Functions.FunctionRestrictions"/>
<rule ref="WordPress.Variables.VariableRestrictions"/>
<rule ref="WordPress.VIP"/>
<rule ref="WordPress.XSS.EscapeOutput"/>
</ruleset>