Merge pull request #19334 from woocommerce/phpcs-exclude-simplify-commerce

Exclude includes/gateways/simplify-commerce from PHPCS checks
This commit is contained in:
Mike Jolley 2018-03-09 14:07:25 +00:00 committed by GitHub
commit 8d02f5baae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<!-- Exclude paths -->
<exclude-pattern>tests/cli/</exclude-pattern>
<exclude-pattern>apigen/</exclude-pattern>
<exclude-pattern>includes/gateways/simplify-commerce/includes/</exclude-pattern>
<exclude-pattern>includes/gateways/simplify-commerce</exclude-pattern>
<exclude-pattern>includes/libraries/</exclude-pattern>
<exclude-pattern>includes/legacy/</exclude-pattern>
<exclude-pattern>includes/api/legacy/</exclude-pattern>