22 lines
551 B
XML
22 lines
551 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="WPLiveticker2">
|
|
<description>Derived from WordPress Coding Standard</description>
|
|
|
|
<!-- Config arguments -->
|
|
<arg value="psvn"/>
|
|
<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"/>
|
|
|
|
<!-- PHP compatibility level -->
|
|
<config name="testVersion" value="5.2-"/>
|
|
<rule ref="PHPCompatibility"/>
|
|
</ruleset>
|