feat: Add go vet to allowed bash commands in Claude settings

This commit is contained in:
Patrick Britton 2026-02-17 15:33:31 -06:00
parent 1da62185f9
commit 9aaf0d84a2

View file

@ -46,7 +46,8 @@
"Bash(flutter build:*)", "Bash(flutter build:*)",
"Bash(find:*)", "Bash(find:*)",
"Bash(flutter upgrade:*)", "Bash(flutter upgrade:*)",
"Bash(xargs:*)" "Bash(xargs:*)",
"Bash(go vet:*)"
] ]
} }
} }