Skip to content
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.

Commit

Permalink
Exclude core/ from PHPCS checks
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccue committed Oct 12, 2015
1 parent baa6db4 commit 0ce57c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpcs.ruleset.xml
Expand Up @@ -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" />
Expand Down

0 comments on commit 0ce57c0

Please sign in to comment.