Ryan Snodgrass
350a78f1ba
fix: resolve all golangci-lint errors
Fixes 15 pre-existing lint issues:
errcheck (6 issues):
- mol_distill.go: Add _ = for f.Close() and os.Remove()
- routed.go: Add _ = for routedStorage.Close() (4 locations)
gosec (8 issues):
- maintenance.go, routes.go: Add nolint for G304 (file paths from known dirs)
- mol_distill.go: Add nolint for G304 (file creation in known search paths)
- formula.go: Change WriteFile permissions from 0644 to 0600 (G306)
- gate.go: Add nolint for G204 (exec.Command with trusted AwaitID fields)
misspell (1 issue):
- gate.go: Fix "cancelled" -> "canceled" in comment
unparam (2 issues):
- cook.go, controlflow.go: Add nolint for functions returning always-nil error
Also:
- Update pre-commit-hooks to v6.0.0
- Add lint step to "Landing the Plane" session-end protocol
2025-12-26 19:20:03 -05:00
..
2025-12-25 22:04:40 -08:00
2025-12-24 00:06:41 -08:00
2025-12-25 14:25:45 -08:00
2025-12-23 22:39:22 -08:00
2025-12-26 19:20:03 -05:00
2025-12-25 22:45:44 -08:00
2025-12-24 00:06:41 -08:00
2025-12-24 14:28:23 -08:00
2025-12-25 22:45:44 -08:00
2025-12-20 09:27:41 -08:00
2025-12-26 19:20:03 -05:00
2025-12-25 21:11:58 -08:00
2025-12-26 13:33:54 -08:00
2025-12-26 19:09:41 -05:00
2025-12-26 13:33:54 -08:00
2025-12-22 01:25:23 -08:00
2025-12-22 23:37:45 -08:00