-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Laravel Pint #4238
Conversation
Hey @w0rp, anything I can do to get this PR moving along? |
Tests are not passing:
Once those are fixed we can review. |
I'll take another look at it. When i ran
It just sits at that last line with no output or feedback. I'll let it run longer and see how it goes. Running this on an M1 Pro Mac fwiw. |
Ok, I didn't wait long enough. Will get it sorted! |
Got it fixed @hsanson - had a bad copy paste from the php-cs-fixer test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good.
* add support, docs, tests for Laravel Pint * fix php-cs-fixer link * add missing project-without-pint * fix indentation * fix pint executable in pint fixer test * fix variables, docs related to pint support
* add support, docs, tests for Laravel Pint * fix php-cs-fixer link * add missing project-without-pint * fix indentation * fix pint executable in pint fixer test * fix variables, docs related to pint support
* add support, docs, tests for Laravel Pint * fix php-cs-fixer link * add missing project-without-pint * fix indentation * fix pint executable in pint fixer test * fix variables, docs related to pint support
This PR introduces fixer support for Laravel Pint 🍺
Pint is a self-contained superset of PHP-CS-Fixer, with an opinionated set of defaults, and minimal configuration.
Think Prettier, but for Laravel projects.