Minor code style adjustments
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<description>Derived from WordPress Coding Standard</description>
|
||||
|
||||
<!-- Config arguments -->
|
||||
<arg value="psvn"/>
|
||||
<arg value="psv"/>
|
||||
<arg name="colors"/>
|
||||
|
||||
<!-- Files to sniff -->
|
||||
@@ -13,7 +13,9 @@
|
||||
|
||||
<!-- Compliance with WordPress Coding Standard -->
|
||||
<config name="minimum_supported_wp_version" value="4.0"/>
|
||||
<rule ref="WordPress"/>
|
||||
<rule ref="WordPress">
|
||||
<exclude name="WordPress.VIP.SlowDBQuery.slow_db_query_tax_query"/>
|
||||
</rule>
|
||||
|
||||
<!-- PHP compatibility level -->
|
||||
<config name="testVersion" value="5.2-"/>
|
||||
|
Reference in New Issue
Block a user