Commit ad78740
fix(clippy): suppress expect_used in test module and too_many_arguments
Allow clippy::expect_used in clawdstrike-policy-event test module where
json!() macro output is statically known to be an object.
Allow clippy::too_many_arguments on enqueue_offline_audit_event which
aggregates audit context fields.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 77d4222 commit ad78740
File tree
2 files changed
+2
-0
lines changed- apps/agent/src-tauri/src
- crates/libs/clawdstrike-policy-event/src
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments