1
0
mirror of https://github.com/juanfont/headscale.git synced 2026-02-07 20:04:00 +01:00
juanfont.headscale/cmd/hi
Kristoffer Dalby f068ed49b4 all: apply golangci-lint fixes
Run golangci-lint --fix and manually correct the resulting compilation
errors where := was incorrectly used instead of = for already-declared
variables.

Also fix lint issues:
- Use static errors instead of dynamic errors.New() (err113)
- Define constants for magic numbers (mnd)
- Use http.NewRequestWithContext instead of http.NewRequest (noctx)
2026-02-06 06:54:44 +00:00
..
cleanup.go all: apply golangci-lint fixes 2026-02-06 06:54:44 +00:00
docker.go all: apply golangci-lint fixes 2026-02-06 06:54:44 +00:00
doctor.go all: apply golangci-lint fixes 2026-02-06 06:54:44 +00:00
main.go all: apply golangci-lint fixes 2026-02-06 06:54:44 +00:00
README.md cmd/hi: improve test cleanup to reduce CI disk usage (#2881) 2025-11-28 16:59:54 +01:00
run.go all: apply golangci-lint fixes 2026-02-06 06:54:44 +00:00
stats.go all: apply golangci-lint fixes 2026-02-06 06:54:44 +00:00

hi

hi (headscale integration runner) is an entirely "vibe coded" wrapper around our integration test suite. It essentially runs the docker commands for you with some added benefits of extracting resources like logs and databases.