php-git-hooks
php-git-hooks copied to clipboard
Git hooks for PHP projects
Hi, Since last days sometimes when PHP-CS-FIXER fails wee only see Fail message like in photo attached. No specific message  Someone with the same...
We use `Symfony 2.8`, But `php-git-hooks:2.5.0` require `~2.7`.
tried to use your githooks under windows, but it does nothing but telling me that egrep wasnt found
Hi i love your project. Is not working for me. I set the bin config in the json but it don't find the folder inside vendor/bin. I remove and is...
Is there an option to force the hooks to be run on all of the code base even if there was no code change? For example if I've just installed...
In the following lines: https://github.com/bruli/php-git-hooks/blob/master/src/PhpGitHooks/Module/PhpCsFixer/Service/PhpCsFixerTool.php#L45-L59 The php-cs-fixer levels are defined in uppercase, but php-cs-fixer fails if it uses that configuration if you run this locally: 'bin/php-cs-fixer' '--dry-run' 'fix' 'src/Cueball/PixelBundle/Controller/alpha/PixelController.php' '--level=SYMFONY'...