mayor
e083317cc3
fix(lint): remove unused error return from buildCVSummary
...
buildCVSummary always returned nil for its error value, causing
golangci-lint to fail with "result 1 (error) is always nil".
The function handles errors internally by returning partial data,
so the error return was misleading. Removed it and updated caller.
2026-01-13 17:44:15 +01:00
..
2026-01-11 21:44:30 -05:00
2026-01-12 03:08:53 -08:00
2026-01-11 23:04:03 -08:00
2026-01-13 17:44:15 +01:00
2026-01-12 02:45:03 -08:00
2026-01-11 23:04:03 -08:00
2026-01-12 18:39:11 -08:00
2026-01-12 01:52:38 -08:00
2026-01-12 00:47:11 -08:00
2026-01-12 18:12:39 -08:00
2026-01-12 01:45:09 -08:00
2026-01-12 01:47:14 -08:00
2026-01-11 23:04:03 -08:00
2026-01-11 17:06:47 +01:00
2026-01-13 03:24:42 -08:00
2026-01-11 21:44:30 -05:00
2026-01-12 17:48:07 -08:00
2026-01-12 23:10:29 -08:00
2026-01-12 23:48:56 -08:00
2026-01-12 23:48:56 -08:00
2026-01-12 01:45:26 -08:00
2026-01-11 21:44:30 -05:00
2026-01-13 03:24:42 -08:00
2026-01-11 18:49:01 -08:00
2026-01-12 17:37:23 -08:00
2026-01-10 23:27:50 -08:00
2026-01-12 23:48:56 -08:00
2026-01-11 23:04:03 -08:00
2026-01-10 22:47:38 -08:00
2026-01-13 00:17:59 -08:00