Skip to content

Commit db31533

Browse files
authored
🔸 [claude] allow just shellcheck (#43)
1 parent 3c8ee33 commit db31533

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.claude/settings.local.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
"WebFetch(domain:github.com)",
77
"WebFetch(domain:raw.githubusercontent.com)",
88
"WebFetch(domain:en.wikipedia.org)",
9+
"WebSearch",
10+
"Bash(markdownlint-cli2:*)",
911
"Bash(gh pr view:*)",
1012
"Bash(gh pr diff:*)",
1113
"Bash(git log:*)",
12-
"WebSearch",
13-
"Bash(markdownlint-cli2:*)",
14-
"Bash(identify:*)"
14+
"Bash(identify:*)",
15+
"Bash(just shellcheck:*)"
1516
],
1617
"deny": [],
1718
"ask": []

0 commit comments

Comments
 (0)