Allow claude to run go vet

This commit is contained in:
2026-04-09 10:23:40 -03:00
parent bb2c2cbc52
commit a8e170f7e1

View File

@@ -9,7 +9,8 @@
"Bash(go tool cover -func=coverage.out)", "Bash(go tool cover -func=coverage.out)",
"Bash(tea issue:*)", "Bash(tea issue:*)",
"Bash(go test:*)", "Bash(go test:*)",
"Bash(npm test:*)" "Bash(npm test:*)",
"Bash(go vet:*)"
] ]
} }
} }