forked from mirror/_s
12 lines
550 B
XML
12 lines
550 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="Underscores WordPress Theme Coding Standards Configuration">
|
|
<!-- See https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml -->
|
|
<!-- See https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/blob/develop/WordPress-Core/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">
|
|
</rule>
|
|
</ruleset> |