This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
_s/codesniffer.ruleset.xml

15 lines
598 B
XML
Raw Normal View History

<?xml version="1.0"?>
<ruleset name="Underscores WordPress Theme Coding Standards Configuration">
<!-- See https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml -->
<!-- Set a description for this ruleset. -->
<description>A custom set of code standard rules to check for Underscores.</description>
<!-- Include the WordPress ruleset, with exclusions. -->
<rule ref="WordPress">
2014-11-01 01:02:31 +00:00
<exclude name="Generic.WhiteSpace.ScopeIndent.Incorrect" />
<exclude name="WordPress.XSS.EscapeOutput" />
<exclude name="WordPress.WhiteSpace.ScopeIndent.Incorrect" />
</rule>
</ruleset>