chore(config): allow cargo clippy and ruff check in Bash permissions

Both lint tools are used during pr-review pre-flight checks. Adding them
alongside the existing cargo check / test / build entries avoids
permission prompts during the review cycle.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-15 10:04:16 +02:00
co-authored by Claude Opus 4.6
parent 8d8fa9060f
commit 84bb10234e
+4
View File
@@ -52,6 +52,10 @@
"Bash(cargo build)",
"Bash(cargo check *)",
"Bash(cargo check)",
"Bash(cargo clippy *)",
"Bash(cargo clippy)",
"Bash(ruff check *)",
"Bash(ruff check)",
"Bash(tests/run-*)",
"Bash(chmod *)",