-
Notifications
You must be signed in to change notification settings - Fork 107
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
php-cs-fixer issue #123
Comments
it's a problem with output of php-cs-fixer. you can run it manually: |
This is not really a problem from the output of php-cs-fixer. they just use the standard output to show what's wrong. I send a fix proposal : #131 |
In strongly advise tu use the option -v for a better result |
@JLepeltier https://github.com/bruli/php-git-hooks/pull/127/files this has already been solved... @bruli are you going to maintain your library? it seems not... |
Hi,
I've got a problem with php-cs-fixer
I've made a custom .php_cs config file as following because I need to ignore files
that are located into database/* and don't follow PSR2 rules. Unfortunately I'm unable to get it working. Note that I use Lumen framework (Laravel ...)
My .php_cs config file
My php-git-hooks.yaml
Output when I try commit ...
The text was updated successfully, but these errors were encountered: