soderlind/read-offline

View on GitHub
phpcs.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<ruleset name="Debug Bar List Dependencies">
    <description>The code standard for Debug Bar List Dependencies is WordPress.</description>

    <rule ref="WordPress-Core" />

    <!-- exclude the 'empty' index files from some documentation checks -->
    <rule ref="Squiz.Commenting.FileComment.WrongStyle">
        <exclude-pattern>*/index.php</exclude-pattern>
    </rule>
    <rule ref="Squiz.Commenting.InlineComment.SpacingAfter">
        <exclude-pattern>*/index.php</exclude-pattern>
    </rule>
    <exclude-pattern>*/vendor/*</exclude-pattern>
    <exclude-pattern>*/lib/*</exclude-pattern>

</ruleset>