wp-liveticker/phpcs.xml
Stefan Kalscheuer 65eafd2524 Renamed Plugin and changed slug to stklcode-liveticker
Due to naming conflicts with the original wp-liveticker plugin this one
is now renamed to a unique identifier.
2018-11-02 09:01:29 +01:00

24 lines
630 B
XML

<?xml version="1.0"?>
<ruleset name="Liveticker">
<description>Derived from WordPress Coding Standard</description>
<!-- Config arguments -->
<arg value="psv"/>
<arg name="colors"/>
<!-- Files to sniff -->
<file>stklcode-liveticker.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>