Permalink
Browse files
Exclude core/ from PHPCS checks
- Loading branch information...
Showing
with
2 additions
and
0 deletions.
-
+2
−0
phpcs.ruleset.xml
|
|
@@ -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