chore(#1474): document the too_many_arguments keeps in hive-forge + hive-ag3nt

This commit is contained in:
damocles 2026-06-08 20:55:14 +02:00 committed by mara
commit 05002acda4
3 changed files with 18 additions and 3 deletions

View file

@ -254,7 +254,12 @@ fn print_ci(sha: &str, state: &str, statuses: &[Value]) {
}
/// Render the full PR health block.
#[allow(clippy::too_many_arguments)]
#[allow(
clippy::too_many_arguments,
reason = "pure display helper — the args are the already-fetched PR fields \
it prints; a struct would just mirror the API response for a \
single call site"
)]
fn print_pr(
pr: u64,
title: &str,