Add shellcheck hook and configuration

This commit is contained in:
lachtan
2026-03-15 16:28:34 +01:00
parent aa28c9619f
commit 79ba0ae913
3 changed files with 49 additions and 0 deletions

15
.claude/settings.json Normal file
View File

@@ -0,0 +1,15 @@
{
"hooks": {
"PostToolUse": [
{
"matcher": "Edit|Write",
"hooks": [
{
"type": "command",
"command": ".claude/hooks/shellcheck.sh"
}
]
}
]
}
}