php-git-hooks icon indicating copy to clipboard operation
php-git-hooks copied to clipboard

Git hooks for PHP projects

Results 16 php-git-hooks issues
Sort by recently updated
recently updated
newest added

Hi, Since last days sometimes when PHP-CS-FIXER fails wee only see Fail message like in photo attached. No specific message ![screenshot 2018-12-20 at 16 14 48](https://user-images.githubusercontent.com/44358485/50292824-68a5f400-0472-11e9-9297-2c61277d9ec9.png) 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'...