-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcaptainhook.json.sample
More file actions
26 lines (26 loc) · 914 Bytes
/
captainhook.json.sample
File metadata and controls
26 lines (26 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"config": {
"allow-failure": false,
"bootstrap": "examples/vendor-bin-autoloader.php",
"ansi-colors": true,
"git-directory": ".git",
"fail-on-first-error": false,
"verbosity": "normal",
"includes": [
"examples/pre-push.mago.json"
],
"plugins": [
{
"plugin": "\\Bartlett\\CaptainHookBinPlugin\\BinPlugin",
"options": {
"config-directory": "{$ENV|value-of:XDG_CONFIG_HOME|default:~/.config}",
"binary-directory": "{$ENV|value-of:VENDOR_BIN_DIR|default:vendor/bin}",
"ansi-colors-flag": "--ansi",
"auto-colors-flag": "--colors=auto",
"always-colors-flag": "--colors=always",
"never-colors-flag": "--colors=never"
}
}
]
}
}