WordPress / phpunit-test-reporter

GNU General Public License v3.0
29 stars 21 forks source link

`phpcs` fails on `make test` if `make metadiff` has already run. #85

Closed getsource closed 4 years ago

getsource commented 4 years ago

After #80 , make test fails if a diff has already been generated with make metadiff.

This looks to be because all files are scanned by phpcs, including the checked out W.org repo.

Only the reporter's PHP files should be scanned.