Commit Graph

8 Commits

Author SHA1 Message Date
Houmgaor
46bbb6adf9 fix: resolve all remaining lint errors (errcheck) across 49 files
Fix unchecked error returns on bf.Seek(), db.Exec(), QueryRow().Scan(),
pkt.Build(), logger.Sync(), and binary.Write() calls. The linter now
passes with 0 errors, build compiles, and all tests pass with -race.
2026-02-17 18:07:38 +01:00
Houmgaor
2a0e3e2c84 fix: re-enable CI lint job and fix ~65 lint errors (partial)
Re-enable the golangci-lint job in CI (disabled Oct 2025), update to
Go 1.25 and golangci-lint-action v7. Fix errcheck, gosimple S1009,
staticcheck SA4031 and SA2001 errors across 54 files. Remaining ~39
lint errors will be addressed in follow-up commits.
2026-02-17 17:59:00 +01:00
wish
7dab9e3ae1 achievement fallback 2022-08-11 15:21:04 +10:00
wish
c0bc7c2439 add comments 2022-08-08 05:04:06 +10:00
wish
781827c6bf update curve map 2022-08-08 05:01:18 +10:00
wish
503e944c2d enumerate achievement data 2022-08-08 04:53:55 +10:00
wish
fd3405b392 resolve conflicts 2022-08-07 21:04:47 +10:00
wish
2c0e7a5267 repository cleanup 2022-07-29 03:25:23 +10:00