Php-cs-fixer: Exclude paths from .gitignore

Created on 20 Oct 2017  路  3Comments  路  Source: FriendsOfPHP/PHP-CS-Fixer

I think will be cool to have option which import .gitignore in Finder to exclude all ignored paths instead of manually adding every path in .php_cs config.

kinfeature request topiO

Most helpful comment

I think it would be a nice feature but it should be implemented into the Symfony Finder Component directly, or as a generic third-party extension of it, not in PHP CS Fixer itself.

All 3 comments

I think it would be a nice feature but it should be implemented into the Symfony Finder Component directly, or as a generic third-party extension of it, not in PHP CS Fixer itself.

Thanks for idea, yet all maintainers agree with @julienfalque . Closing

To help people leading to this issue, here is the related MR to use this option: https://github.com/symfony/symfony/pull/30448

Was this page helpful?
0 / 5 - 0 ratings