phpro / grumphp

A PHP code-quality tool
MIT License
4.13k stars 430 forks source link

Grumphp does not pass grumphp validation #869

Closed jpresutti closed 3 years ago

veewee commented 3 years ago

Thanks for reporting! It does pass the validation, but the problem is that the E2E tests inside the github actions are running in parallel, making it fail because 2 processes try to move the same file at the same time. I haven't found a way to fix this.

Feel free to give it a second pair of eyes :)