PHP_CodeSniffer ignore REST API v1 files

This commit is contained in:
Claudio Sanches 2017-11-28 18:16:45 -02:00
parent 3011058757
commit cd495a853f
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
<exclude-pattern>includes/gateways/simplify-commerce/includes/</exclude-pattern>
<exclude-pattern>includes/libraries/</exclude-pattern>
<exclude-pattern>includes/api/legacy/</exclude-pattern>
<exclude-pattern>includes/api/v1/</exclude-pattern>
<exclude-pattern>*/node_modules/*</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern>