-
Notifications
You must be signed in to change notification settings - Fork 2
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 possibility to ignore custom paths via arguments #5
Labels
Comments
julienfalque
changed the title
FR: add possibility to ignore custom paths
Add possibility to ignore custom paths
Jan 3, 2018
@EvgenyOrekhov, perhaps with your ninja powers in shell, you could implement this feature please? :) |
@keradus I will take a shot at it when I have time! |
@keradus Sorry, I don't have the right skills to implement this feature. |
damn, neither do us :( |
keradus
changed the title
Add possibility to ignore custom paths
Add possibility to ignore custom paths via arguments
May 24, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
... as without it, one cannot fully use the tool and has to host his own version of script with ignored paths hardcoded, like here: https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.11/check_trailing_spaces.sh#L10
First, shall be implemented directly in PHP CS Fixer repo, to show it works properly, and then backported into this dedicated repo
The text was updated successfully, but these errors were encountered: