9 lines
248 B
XML
9 lines
248 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="Carbon Fields">
|
|
<description>Coding standards for Carbon Fields</description>
|
|
|
|
<exclude-pattern>tests/*</exclude-pattern>
|
|
<exclude-pattern>vendor/*</exclude-pattern>
|
|
|
|
<rule ref="WordPress-Core"/>
|
|
</ruleset>
|