changing ruleset
This commit is contained in:
parent
facaf1880d
commit
3b51373ed9
|
@ -13,6 +13,12 @@
|
||||||
<exclude name="PEAR.Functions.FunctionCallSignature.Indent" />
|
<exclude name="PEAR.Functions.FunctionCallSignature.Indent" />
|
||||||
</rule>
|
</rule>
|
||||||
|
|
||||||
|
<rule ref="WordPress.XSS.EscapeOutput">
|
||||||
|
<properties>
|
||||||
|
<property name="customAutoEscapedFunctions" value="html" type="array" />
|
||||||
|
</properties>
|
||||||
|
</rule>
|
||||||
|
|
||||||
<!-- Include sniffs for PHP cross-version compatibility. -->
|
<!-- Include sniffs for PHP cross-version compatibility. -->
|
||||||
<config name="testVersion" value="5.2-99.0"/>
|
<config name="testVersion" value="5.2-99.0"/>
|
||||||
<rule ref="PHPCompatibility"/>
|
<rule ref="PHPCompatibility"/>
|
||||||
|
|
Reference in New Issue