<?xml version="1.0"?>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHP_CodeSniffer" xsi:noNamespaceSchemaLocation="phpcs.xsd">
    <description>The coding standard for InXpress Wordpress plugins.</description>

    <file>wc-inxpress.php</file>
    <file>includes</file>

    <config name="testVersion" value="5.6-"/>

    <rule ref="PHPCompatibility"/>
    <rule ref="WordPress"/>
</ruleset>