-
Recently I replaced captainhook 3.1 via composer with captainhook 5.10 via phive. The first days everything worked as usual. But now there is always an exception when a hook is executed:
```bash
/ho…
-
in `Runner/Hook.php`, we can see that `\CaptainHook\App\Runner\Hook::afterHook` is only run if `\CaptainHook\App\Runner\Hook::executeActions` does not triggers an exception.
But if, for any reason,…
-
The Composer lockfile currently specifices a PHP7.x platform requirement; the Laravel email work will result in a bump to 9.x before release. After the major merges are in place, review the platform b…
-
My company recently started using CaptainHook and have a shared testing server that we deploy to via [Envoyer](https://envoyer.io). This environment needs to have development packages installed for te…
PHLAK updated
2 years ago
-
Hello,
I installed your package along with CaptainHook and tried to run your conventional commits validator and I got this error.
Some methods in Ramsey\CaptainHook\Input class are not compa…
-
## reproduction
see https://github.com/CircleCode/test-captainhook/tree/main for a minimal example showing the bug.
## context
- `run-mode`: `docker`
- plugin `\\CaptainHook\\App\\Plugin\\Ho…
-
I don't like absolute path being hardcoded to hook files.
It should be possible to detect GIT_DIR (git already exports it afaik) or resolve from basename of "$0".
```
➜ pwd
/Users/glen/scm/eve…
-
Thank you creating captain hook!!
It's the first hook manager that thinks of docker envs!
I'm running the following pre-commit config:
```json
"pre-commit": {
"enabled": true,
…
-
I have the following setup:
```json
{
"pre-commit": {
"enabled": true,
"actions": [
{
"action": "vendor/bin/phpcs {$STAGED_FILES}",
…
-
Hi,
There is problem with the Windows environments. The phpunit command is not triggered because the binary is not correctly called.
`./bin/devtools test:unit` should be remplaced with `php bin/…