24 lines
628 B
XML
24 lines
628 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="WPLiveticker2">
|
|
<description>Derived from WordPress Coding Standard</description>
|
|
|
|
<!-- Config arguments -->
|
|
<arg value="psv"/>
|
|
<arg name="colors"/>
|
|
|
|
<!-- Files to sniff -->
|
|
<file>wp-liveticker2.php</file>
|
|
<file>includes</file>
|
|
<file>views</file>
|
|
|
|
<!-- Compliance with WordPress Coding Standard -->
|
|
<config name="minimum_supported_wp_version" value="4.0"/>
|
|
<rule ref="WordPress">
|
|
<exclude name="WordPress.VIP.SlowDBQuery.slow_db_query_tax_query"/>
|
|
</rule>
|
|
|
|
<!-- PHP compatibility level -->
|
|
<config name="testVersion" value="5.2-"/>
|
|
<rule ref="PHPCompatibility"/>
|
|
</ruleset>
|