Add back phpcs for legacy because we still want it tested.

There are lots of tests in legacy folder which we might update from time to time. Its still a good idea to keep phpcs for the folder.
This commit is contained in:
vedanshujain 2020-05-05 18:50:54 +05:30
parent 62ef169940
commit ae68e16070
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
<!-- 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>