Skip to content

Commit 5b56f4e

Browse files
committed
feat: add pre-commit and helm-docs permissions to settings.json
Signed-off-by: girish kulkarni <kulkarni.girish332@gmail.com>
1 parent ae753e7 commit 5b56f4e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.claude/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66
"Bash(task lint)",
77
"Bash(golangci-lint run:*)",
88
"Bash(go doc:*)",
9-
"WebFetch(domain:modelcontextprotocol.io)"
9+
"WebFetch(domain:modelcontextprotocol.io)",
10+
"Bash(pre-commit:*)",
11+
"Bash(pre-commit run:*)",
12+
"Bash(pre-commit install:*)",
13+
"Bash(pre-commit autoupdate:*)",
14+
"Bash(helm-docs:*)",
15+
"Bash(codespell:*)"
1016
],
1117
"deny": []
1218
}

0 commit comments

Comments
 (0)