Permalink
Browse files

Exclude core/ from PHPCS checks

  • Loading branch information...
1 parent baa6db4 commit 0ce57c0f536c54fb90c24a337372c4a330bcab6c @rmccue rmccue committed Oct 12, 2015
Showing with 2 additions and 0 deletions.
  1. +2 −0 phpcs.ruleset.xml
View
@@ -2,6 +2,8 @@
<ruleset name="WP-API">
<description>Sniffs for the coding standards of the WP-API plugin</description>
+ <exclude-pattern>*/core/*</exclude-pattern>
+
<rule ref="WordPress-VIP">
<exclude name="WordPress.VIP.FileSystemWritesDisallow" />
<exclude name="WordPress.VIP.RestrictedFunctions" />

0 comments on commit 0ce57c0

Please sign in to comment.