Closed williamdes closed 6 months ago
Thanks for the heads up, I'm on it
Okay done!
We wound up not using my fork at work and just running artisan view:cache && find -name '*.blade.php' | xargs -p -n1 php -l
in CI.
IIRC latest PHP now supports multiple files with php -l
so should be even faster.
The main reason I wanted to use this package was to stuff the results into Gitlab's Code Quality Reports, which is why there's a docker image and codeclimate output format in my fork.
Thank you for merging the upstream work, I guess it means that this project is still alive Are contributions welcome before a new release is drafted?
I'm not actively working on it but I'll merge any PR that makes sense :dancers:
I should do a new release after merging the code from @jbboehr
I should do a new release after merging the code from @jbboehr
Well, I have no idea of what I wanted to contribute. But I tested the latest commit and it works fine Can you push a tag please ?
New release v1.7.0 is available
If this project is dead, maybe archive it.
I can see two forks active, but no PRs:
cc @jbboehr & @superbiche