From a8e170f7e178c734e38ba1b84f615d17a49380d3 Mon Sep 17 00:00:00 2001 From: James Griffin Date: Thu, 9 Apr 2026 10:23:40 -0300 Subject: [PATCH] Allow claude to run go vet --- .claude/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index e668cac..5287b20 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -9,7 +9,8 @@ "Bash(go tool cover -func=coverage.out)", "Bash(tea issue:*)", "Bash(go test:*)", - "Bash(npm test:*)" + "Bash(npm test:*)", + "Bash(go vet:*)" ] } }