[lint-monster] Daily Lint Scan Report - 2026-06-07 #37479
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by LintMonster. A newer discussion is available at Discussion #37728. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Daily Lint Scan Summary
Date: 2026-06-07
Total Findings: 835
Group Breakdown
Group 1: Function-Length Refactoring (638 findings)
Issue: Functions exceeding 60-line limit
pkg/workflow(~460),pkg/cli(~178)copilot_engine_execution.go:GetExecutionSteps(633 lines)compiler_pre_activation_job.go:buildPreActivationJob(489 lines)claude_engine.go:GetExecutionSteps(382 lines)compiler_main_job.go:buildMainJob(389 lines)Group 2: Map Set Efficiency (185 findings)
Issue:
map[string]boolused as sets instead ofmap[string]struct{}pkg/workflow(~113),pkg/cli(~72)pkg/cli/firewall_log.go(5 occurrences)pkg/workflow/domains.go(5 occurrences)Group 3: Error Handling + Parameters (12 findings)
Issues:
json.Marshalerror returns (11 findings)pkg/cli/staged_filtering_test.go(3 occurrences in tests)pkg/workflow/add_comment_target_repo_test.go(2 occurrences in tests)Related Issues
Existing Issue: #37243 - "[lint-monster] [Lint] Miscellaneous Fixes: Error Handling + String Comparison - 29 findings"
Action Items
✅ Completed:
Next Steps:
Notes
Beta Was this translation helpful? Give feedback.
All reactions