Added a phpcs exclusion to legacy unit tests
This commit is contained in:
parent
98b6b973e8
commit
857b2231f7
|
@ -6,6 +6,7 @@
|
|||
|
||||
<!-- Exclude paths -->
|
||||
<exclude-pattern>tests/cli/</exclude-pattern>
|
||||
<exclude-pattern>tests/legacy/</exclude-pattern>
|
||||
<exclude-pattern>includes/libraries/</exclude-pattern>
|
||||
<exclude-pattern>includes/legacy/</exclude-pattern>
|
||||
<exclude-pattern>includes/api/legacy/</exclude-pattern>
|
||||
|
|
Loading…
Reference in New Issue