17 lines
612 B
XML
17 lines
612 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="WordPress Theme Standards">
|
|
<description>WordPress Coding Standards</description>
|
|
<rule ref="WordPress-Core" />
|
|
<rule ref="WordPress-Docs" />
|
|
<rule ref="WordPress-Extra" />
|
|
<arg name="extensions" value="php"/>
|
|
<file>.</file>
|
|
<exclude-pattern>*/vendor/*</exclude-pattern>
|
|
<exclude-pattern>*/node_modules/*</exclude-pattern>
|
|
<exclude-pattern>*/assets/*</exclude-pattern>
|
|
<exclude-pattern>*/.git/*</exclude-pattern>
|
|
<exclude-pattern>*.min.js</exclude-pattern>
|
|
<exclude-pattern>*.css</exclude-pattern>
|
|
<exclude-pattern>*.js</exclude-pattern>
|
|
</ruleset>
|