Files
linux-workspace/.claude/settings.json
2026-03-15 16:28:34 +01:00

16 lines
234 B
JSON

{
"hooks": {
"PostToolUse": [
{
"matcher": "Edit|Write",
"hooks": [
{
"type": "command",
"command": ".claude/hooks/shellcheck.sh"
}
]
}
]
}
}