-
My captainhook configuration JSON is inside the vendor folder (here a example: vendor/bejlat/src/config/captainhook/captainhook.json).
The problem is telling captainhook where to find the composer b…
-
Release 0.1.5 was done but it is not in maven central yet. Can you make it available, please?
-
There is some edge case scenario, that happens sometimes in our organisation:
- Install Captain Hook and its hooks
- `vendor/bin/captainhook` is created, `vendor/captainhook/captainhook` is availa…
-
This label would be used in the output of the hook, transforming
```raw
$ git push --force
pre-push:
- \CaptainHook\App\Hook\PHP\Action\Linting : done
- vendor/bin/ecs…
-
imagine the following hook:
```json
{
"action": "cmd -- {$STAGED_FILES|of-type:php}"
"conditions": [
{
"exec": "\\CaptainHook\\App\\Hook\\Condition\\FileStaged\\ThatIs",
"…
-
Since upgrading to 5.16.2 we started to get this every time captainhook runs:
```
post-checkout: …
-
#### Query/Question
Hello,
We have been encountering issues in our EDA implementation which relies on Service Bus and runs on Service Fabric. At a certain point, a huge number of `QuotaExceededExc…
-
For example, I would like to run action if _a php file has been modified in dir `src/new/`_
The following example from the doc will be true if both conditions are validated
- **any file** has been…
-
Currently, only one hook per `install` command can be installed.
So we need to specify multiple lines in our composer scripts. Something like:
```json
{
"scripts": {
"build-dev": […
-
Recently we have tried to add captainhook to our project, currently using a dockerized project with a **PHP container**, so for that reason, we used the following command as we use docker, and we have…