-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathsettings.json
More file actions
44 lines (44 loc) · 1.08 KB
/
settings.json
File metadata and controls
44 lines (44 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"permissions": {
"allow": [
"Bash(gh issue view:*)",
"Bash(gh label list:*)",
"Bash(gh pr checks:*)",
"Bash(gh pr diff:*)",
"Bash(gh pr list:*)",
"Bash(gh pr status:*)",
"Bash(gh pr update-branch:*)",
"Bash(gh pr view:*)",
"Bash(gh release list:*)",
"Bash(gh search code:*)",
"Bash(git diff:*)",
"Bash(git fetch:*)",
"Bash(git grep:*)",
"Bash(git log:*)",
"Bash(git status:*)",
"Bash(go build:*)",
"Bash(go doc:*)",
"Bash(go mod graph:*)",
"Bash(go mod tidy:*)",
"Bash(go mod tidy:*)",
"Bash(go test:*)",
"Bash(gofmt:*)",
"Bash(grep:*)",
"Bash(ls:*)",
"Bash(make build-ci:*)",
"Bash(make build:*)",
"Bash(make lint:*)",
"Bash(make test:*)",
"Bash(snyk:*)",
"Bash(mkdir:*)",
"Bash(tree:*)",
"Bash(vhs:*)",
"WebFetch(domain:docs.slack.dev)",
"WebFetch(domain:github.com)"
],
"deny": ["Bash(vhs publish:*)"]
},
"enabledPlugins": {
"gopls-lsp@claude-plugins-official": true
}
}