Steve Yegge
c2c7eda14f
Fix 15 lint errors: dupl, gosec, revive, staticcheck, unparam
Reduced golangci-lint issues from 56 to 41:
Fixed:
- dupl (2→0): Extracted parseLabelArgs helper, added nolint for cobra commands
- gosec G104 (4→0): Handle unhandled errors with _ = assignments
- gosec G302/G306 (4→0): Fixed file permissions from 0644 to 0600
- revive exported (4→0): Added proper godoc comments for all exported types
- staticcheck SA1019 (1→0): Removed deprecated netErr.Temporary() call
- staticcheck SA4003 (1→0): Removed impossible uint64 < 0 check
- unparam (8→0): Removed unused params/returns, added nolint where needed
Renamed types in compact package to avoid stuttering:
- CompactConfig → Config
- CompactResult → Result
Remaining 41 issues are documented baseline:
- gocyclo (24): High complexity in large functions
- gosec G204/G115 (17): False positives for subprocess/conversions
Closes bd-92
Amp-Thread-ID: https://ampcode.com/threads/T-1c136506-d703-4781-bcfa-eb605999545a
Co-authored-by: Amp <amp@ampcode.com>
2025-10-24 12:40:56 -07:00
..
2025-10-21 13:59:19 -07:00
2025-10-24 12:40:56 -07:00
2025-10-21 20:38:35 -07:00
2025-10-22 11:30:57 -07:00
2025-10-24 00:56:18 -07:00
2025-10-20 21:08:49 -07:00
2025-10-24 12:40:56 -07:00
2025-10-23 14:14:22 -07:00
2025-10-23 14:14:22 -07:00
2025-10-22 13:59:58 -07:00
2025-10-22 13:59:58 -07:00
2025-10-22 13:59:58 -07:00
2025-10-24 12:40:56 -07:00
2025-10-20 21:08:49 -07:00
2025-10-24 12:27:07 -07:00
2025-10-20 21:08:49 -07:00
2025-10-20 21:08:49 -07:00
2025-10-24 12:27:07 -07:00
2025-10-24 00:56:18 -07:00
2025-10-24 12:40:56 -07:00
2025-10-20 21:08:49 -07:00
2025-10-20 21:08:49 -07:00
2025-10-20 21:08:49 -07:00
2025-10-24 12:27:07 -07:00
2025-10-20 21:08:49 -07:00
2025-10-24 00:56:18 -07:00
2025-10-24 11:59:11 -07:00
2025-10-23 23:08:02 -07:00
2025-10-23 10:25:13 -07:00
2025-10-23 10:25:13 -07:00
2025-10-23 18:41:54 -07:00
2025-10-24 12:27:07 -07:00
2025-10-23 23:08:02 -07:00
2025-10-23 10:58:35 -07:00
2025-10-23 10:58:35 -07:00
2025-10-15 17:51:09 -07:00
2025-10-24 12:40:56 -07:00
2025-10-24 00:56:18 -07:00
2025-10-21 19:53:27 -07:00
2025-10-20 21:08:49 -07:00
2025-10-24 12:40:56 -07:00
2025-10-20 21:08:49 -07:00
2025-10-20 21:08:49 -07:00
2025-10-22 12:24:08 -07:00
2025-10-24 11:59:11 -07:00
2025-10-20 15:04:33 -07:00
2025-10-18 18:21:17 -07:00
2025-10-21 14:10:26 -07:00
2025-10-20 21:08:49 -07:00
2025-10-21 14:56:18 -07:00
2025-10-20 21:08:49 -07:00
2025-10-24 12:27:07 -07:00
2025-10-15 17:06:59 -07:00
2025-10-24 11:59:11 -07:00
2025-10-16 18:06:53 -07:00
2025-10-24 10:07:05 -07:00
2025-10-24 00:56:18 -07:00
2025-10-20 21:08:49 -07:00
2025-10-24 11:59:11 -07:00
2025-10-24 00:56:18 -07:00
2025-10-23 20:02:05 -07:00
2025-10-22 23:05:00 -07:00
2025-10-22 23:05:00 -07:00