diff options
| author | main <main@swarm.moe> | 2026-03-22 22:20:17 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-22 22:20:17 -0400 |
| commit | d986442e8e4bc2d716c9d63159a1cfa7b1e6ed76 (patch) | |
| tree | b9ca3d0cb62b5c59e614abfb6f74ac5310c69c2f /clippy.toml | |
| download | phone_opus-d986442e8e4bc2d716c9d63159a1cfa7b1e6ed76.zip | |
Bootstrap consultative Claude Code MCP
Diffstat (limited to 'clippy.toml')
| -rw-r--r-- | clippy.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 0000000..520b038 --- /dev/null +++ b/clippy.toml @@ -0,0 +1,6 @@ +# Keep this file tiny. Do not move the repo-wide allow/deny architecture here. + +allow-expect-in-tests = true +allow-unwrap-in-tests = true +allow-panic-in-tests = true + |