captainhook
captainhook copied to clipboard
CaptainHook is a very flexible git hook manager for software developers that makes sharing git hooks with your team a breeze.
I had an issue while switching branches that resulted in this message: ``` Composer autoloader crashed: Please update your autoloader by running `composer install` You can re-run the hook by...
Currently, [the `CaptainHook\App\Hook\PHP\Action\Linting` action uses](https://github.com/captainhookphp/captainhook/blob/main/src/Hook/PHP/Action/Linting.php#L82) ```php $result = $process->run($this->php . ' -l ' . escapeshellarg($file)); ``` As this is called once per file, it can be slow for large commits....
The installation does not work behind a corporate proxy. Here is the error message: ``` - Installing phar-io/filesystem (2.0.1): Extracting archive - Installing phar-io/executor (1.0.1): Extracting archive - Installing phar-io/gnupg...
When running `composer require --dev captainhook/captainhook-phar:5.23.5`, I get a GpgError and the installation aborts without a `vendor/bin/captainhook` file being created. Installing the full source version with `composer require --dev captainhook/captainhook`...
@sebastianfeldmann This one is related to https://github.com/captainhook-git/captainhook/issues/178 i just came to the situation that i exactly ran into the same issue - and after diving into the code i found...