chore(#1474): document the too_many_arguments keeps in hive-forge + hive-ag3nt
This commit is contained in:
parent
5d0f3d060b
commit
05002acda4
3 changed files with 18 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue