feat: Add go vet to allowed bash commands in Claude settings
This commit is contained in:
parent
1da62185f9
commit
9aaf0d84a2
|
|
@ -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:*)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue