mirror of
https://github.com/Homebrew/brew.git
synced 2026-08-12 22:29:27 +04:00
- Keep Stop hook stdout valid JSON so Codex can parse it. - Move `./bin/brew lgtm` handling into a wrapper script.
16 lines
225 B
JSON
16 lines
225 B
JSON
{
|
|
"hooks": {
|
|
"Stop": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": ".codex/hooks/brew-lgtm-stop.sh",
|
|
"timeout": 360
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|