mirror of
https://gh.wpcy.net/https://github.com/WordPress/WordPress-Coding-Standards.git
synced 2026-05-04 05:12:20 +08:00
17 lines
492 B
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>
|