1
0
mirror of https://github.com/juanfont/headscale.git synced 2026-02-23 13:50:36 +01:00
juanfont.headscale/integration/hsic
Kristoffer Dalby 92ffc364b6 all: fix errcheck lint issues
Add explicit handling for unchecked error returns:
- Add _, _ = prefix to intentionally ignored w.Write calls in debug handlers
- Add _, _ = prefix to rand.Read, fmt.Scanln, io.Copy, and WriteString calls
- Add _ = prefix to AddNode calls in tests where error is not relevant
- Wrap defer cleanup calls in closures to properly ignore errors

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 08:10:29 +00:00
..
config.go integration: run headscale with delve and debug symbols (#2689) 2025-07-24 17:44:09 +02:00
hsic.go all: fix errcheck lint issues 2026-02-06 08:10:29 +00:00