Skip to content
Snippets Groups Projects

fix(vendor_excluded): Removed exclude-pattern for vendor/vendor_prefixed directory

Closed Krzysztof Dyszczyk requested to merge bugfix/vendor-excluded into master
2 unresolved threads
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 0
1
@@ -9,7 +9,6 @@
@@ -9,7 +9,6 @@
<!-- Always exclude all files in dependency related directories. -->
<!-- Always exclude all files in dependency related directories. -->
<exclude-pattern>*/node_modules/*</exclude-pattern>
<exclude-pattern>*/node_modules/*</exclude-pattern>
<exclude-pattern>*/vendor(_prefixed)?/*</exclude-pattern>
<!-- Always exclude all tests. Differences between PHPUnit, mocking libraries and WPCS make it hard to enforce some CS. -->
<!-- Always exclude all tests. Differences between PHPUnit, mocking libraries and WPCS make it hard to enforce some CS. -->
<exclude-pattern>*/tests/*</exclude-pattern>
<exclude-pattern>*/tests/*</exclude-pattern>
Loading