headscale/cmd
Kristoffer Dalby 3770015faa all: fix staticcheck and contextcheck lint issues
- Add nolint:staticcheck for SA1019 deprecation warnings on types.Route
  (kept for GORM migrations only, intentionally deprecated)
- Add nolint:staticcheck for SA4006 false positives where variables are
  used inside new() expressions which staticcheck doesn't recognize
- Fix SA5011 potential nil pointer dereferences in util_test.go by
  using t.Fatal instead of t.Error for nil checks
- Add nolint:contextcheck for functions where context propagation would
  require significant architectural changes (Docker client creation,
  OIDC initialization, scheduled tasks, etc.)
2026-01-21 15:54:38 +00:00
..
headscale all: apply lint auto-fixes and update test expectations 2026-01-21 15:54:38 +00:00
hi all: fix staticcheck and contextcheck lint issues 2026-01-21 15:54:38 +00:00
mapresponses integration: define sentinel errors for err113 compliance 2026-01-21 15:54:38 +00:00