laravel / pint

Laravel Pint is an opinionated PHP code style fixer for minimalists.

Home Page:https://laravel.com/docs/pint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More extensive exlusion/inclusion rules

samlinck opened this issue · comments

In my project, we maintain a plugin folder containing various packages, some of which are installed via composer while others are not. We need to exclude the composer packages from laravel/pint, but not the others. Currently, our only option is to explicitly ignore all composer-installed plugins. It would greatly simplify things if we could selectively unignore specific plugins, similar to how it's done in a .gitignore file.

Thanks but right now we don't have plans for this sorry. You're always free to attempt a PR so we can look at some code.