mirror of
https://gh.wpcy.net/https://github.com/WordPress/WordPress-Coding-Standards.git
synced 2026-05-12 12:52:29 +08:00
16 lines
455 B
XML
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>
|