Description
LintMonster's daily report (discussion #54970) found 2 manual "/" path-concatenation findings in pkg/gitutil and pkg/repoutil (distinct from the function-length backlog tracked in #54699) and noted a "planned new issue" for them, but no corresponding open issue exists in the tracker — the fix appears to have fallen through between "planned" and "filed."
Expected Impact
Closes a small, concrete code-quality gap (2 findings) that was already identified and scoped by LintMonster but never actually tracked.
Suggested Fix
Replace the 2 manual "/" string-concatenation path-building sites in pkg/gitutil and pkg/repoutil with filepath.Join, per LintMonster's own "path-join cleanup" group definition.
Estimated Effort
Quick (< 1 hour)
Data Source
DeepReport analysis, 2026-08-23, based on discussion #54970 (LintMonster daily report).
Generated by 🔬 Deep Report · agent · 175.4 AIC · ⌖ 12 AIC · ⊞ 12.4K · ◷
Description
LintMonster's daily report (discussion #54970) found 2 manual
"/"path-concatenation findings inpkg/gitutilandpkg/repoutil(distinct from the function-length backlog tracked in #54699) and noted a "planned new issue" for them, but no corresponding open issue exists in the tracker — the fix appears to have fallen through between "planned" and "filed."Expected Impact
Closes a small, concrete code-quality gap (2 findings) that was already identified and scoped by LintMonster but never actually tracked.
Suggested Fix
Replace the 2 manual
"/"string-concatenation path-building sites inpkg/gitutilandpkg/repoutilwithfilepath.Join, per LintMonster's own "path-join cleanup" group definition.Estimated Effort
Quick (< 1 hour)
Data Source
DeepReport analysis, 2026-08-23, based on discussion #54970 (LintMonster daily report).