Skip to content

Commit

Permalink
Update phpcs.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
0aveRyan authored May 11, 2018
1 parent d3f1d00 commit d7f1de5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?xml version="1.0"?>
<ruleset name="wp-enterprise-core">
<description>Code standard for Enterprise WordPress development</description>
<exclude-pattern>app/boilerplates/*</exclude-pattern>
<exclude-pattern>vendor/*</exclude-pattern>
<exclude-pattern>vendor/*</exclude-pattern>
<exclude-pattern>tests/bootstrap.php</exclude-pattern>
<rule ref="WordPress-VIP"></rule>
<rule ref="WordPress-Core"></rule>
<rule ref="WordPress"></rule>
</ruleset>
</ruleset>

0 comments on commit d7f1de5

Please sign in to comment.