We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f1d00 commit d7f1de5Copy full SHA for d7f1de5
phpcs.xml
@@ -1,9 +1,11 @@
1
<?xml version="1.0"?>
2
<ruleset name="wp-enterprise-core">
3
<description>Code standard for Enterprise WordPress development</description>
4
+ <exclude-pattern>app/boilerplates/*</exclude-pattern>
5
+ <exclude-pattern>vendor/*</exclude-pattern>
6
<exclude-pattern>vendor/*</exclude-pattern>
7
<exclude-pattern>tests/bootstrap.php</exclude-pattern>
8
<rule ref="WordPress-VIP"></rule>
9
<rule ref="WordPress-Core"></rule>
10
<rule ref="WordPress"></rule>
-</ruleset>
11
+</ruleset>
0 commit comments