gocodebox/lifterlms-rest

View on GitHub
phpcs.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<ruleset name="LifterLMS REST API">
    <description>LifterLMS REST API rules for PHP_CodeSniffer</description>

    <file>.</file>

    <rule ref="LifterLMS"></rule>

    <rule ref="WordPress.WP.I18n">
        <properties>
            <property name="text_domain" type="array">
                <element value="lifterlms" />
            </property>
        </properties>
    </rule>

    <!-- Exclude spec code samples -->
    <exclude-pattern>spec/code_samples/</exclude-pattern>

    <!-- Exclude bin scripts -->
    <exclude-pattern>.bin/</exclude-pattern>

</ruleset>