Skip to content
Snippets Groups Projects
Commit da362d14 authored by Mateusz Gbiorczyk's avatar Mateusz Gbiorczyk
Browse files

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

parent eeaa4535
No related tags found
1 merge request!10fix(vendor_excluded): Removed exclude-pattern for vendor/vendor_prefixed directory
......@@ -9,7 +9,6 @@
<!-- Always exclude all files in dependency related directories. -->
<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. -->
<exclude-pattern>*/tests/*</exclude-pattern>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment