Skip to content

Commit d7f1de5

Browse files
authored
Update phpcs.xml
1 parent d3f1d00 commit d7f1de5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

phpcs.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<?xml version="1.0"?>
22
<ruleset name="wp-enterprise-core">
33
<description>Code standard for Enterprise WordPress development</description>
4+
<exclude-pattern>app/boilerplates/*</exclude-pattern>
5+
<exclude-pattern>vendor/*</exclude-pattern>
46
<exclude-pattern>vendor/*</exclude-pattern>
57
<exclude-pattern>tests/bootstrap.php</exclude-pattern>
68
<rule ref="WordPress-VIP"></rule>
79
<rule ref="WordPress-Core"></rule>
810
<rule ref="WordPress"></rule>
9-
</ruleset>
11+
</ruleset>

0 commit comments

Comments
 (0)