Summary
Fix 19 linting issues related to improper error handling and environment mutations.
Issues (19 total):
- fmt.Errorf with no format verbs (2 in utc_offset.go)
- strconv.Atoi errors discarded (4 in utc_offset.go)
- json.Marshal errors discarded (10 in test files)
- os.Setenv mutations (4 in CLI code)
Key Files
- pkg/workflow/utc_offset.go
- pkg/cli/engine_secrets.go
- pkg/cli/add_interactive_orchestrator.go
- Test files: logs_*.go, staged_filtering_test.go, add_comment_target_repo_test.go
Checklist
Expected outcome: All 19 issues resolved, zero broken tests.
Generated by 🧌 LintMonster · haiku45 134.2K · ◷
Summary
Fix 19 linting issues related to improper error handling and environment mutations.
Issues (19 total):
Key Files
Checklist
Expected outcome: All 19 issues resolved, zero broken tests.