changing ruleset

This commit is contained in:
koenemann 2017-02-02 12:04:17 +01:00
parent facaf1880d
commit 3b51373ed9
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@
<exclude name="PEAR.Functions.FunctionCallSignature.Indent" />
</rule>
<rule ref="WordPress.XSS.EscapeOutput">
<properties>
<property name="customAutoEscapedFunctions" value="html" type="array" />
</properties>
</rule>
<!-- Include sniffs for PHP cross-version compatibility. -->
<config name="testVersion" value="5.2-99.0"/>
<rule ref="PHPCompatibility"/>