We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77d4222 + ad78740 commit 9a15529Copy full SHA for 9a15529
apps/agent/src-tauri/src/policy.rs
@@ -73,6 +73,7 @@ fn normalize_policy_check_input(mut input: PolicyCheckInput) -> PolicyCheckInput
73
input
74
}
75
76
+#[allow(clippy::too_many_arguments)]
77
async fn enqueue_offline_audit_event(
78
audit_queue: Option<&Arc<crate::daemon::AuditQueue>>,
79
action_type: &str,
crates/libs/clawdstrike-policy-event/src/decision.rs
@@ -22,6 +22,7 @@ pub(crate) fn severity_from_value(value: &serde_json::Value) -> Option<String> {
22
23
24
#[cfg(test)]
25
+#[allow(clippy::expect_used)]
26
mod tests {
27
use super::*;
28
use serde_json::json;
0 commit comments