From 9aaf0d84a284d5e84bac7d5ac6b8d12dd97cd0ba Mon Sep 17 00:00:00 2001 From: Patrick Britton Date: Tue, 17 Feb 2026 15:33:31 -0600 Subject: [PATCH] feat: Add go vet to allowed bash commands in Claude settings --- .claude/settings.local.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 33647dc..5b62e52 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -46,7 +46,8 @@ "Bash(flutter build:*)", "Bash(find:*)", "Bash(flutter upgrade:*)", - "Bash(xargs:*)" + "Bash(xargs:*)", + "Bash(go vet:*)" ] } }