ktg-plugin-marketplace/plugins/config-audit/tests/fixtures/broken-project/hooks/hooks.json

26 lines
416 B
JSON

{
"hooks": {
"InvalidEvent": [
{
"hooks": [
{
"type": "command",
"command": "echo test"
}
]
}
],
"PreToolUse": [
{
"matcher": {"tool": "Bash"},
"hooks": [
{
"type": "invalid_type",
"command": "echo test",
"timeout": 500
}
]
}
]
}
}