Commit 5fde251
committed
fix(clippy): allow too_many_arguments on track_patch_scanned
cargo clippy --workspace --all-features -- -D warnings flagged
track_patch_scanned at 8/7 args. Grouping the per-tier counts +
ecosystems list + fallback flag + auth tuple into a struct would
force every call site to build a config object for a single
fire-and-forget tracker — worse ergonomics. Annotating the lint is
the right call; `track_patch_event` already exists for callers that
want full control.
Assisted-by: Claude Code:opus-4-71 parent 6502824 commit 5fde251
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
502 | 509 | | |
503 | 510 | | |
504 | 511 | | |
| |||
0 commit comments