1
0
mirror of https://github.com/juanfont/headscale.git synced 2026-02-23 13:50:36 +01:00
juanfont.headscale/cmd/headscale/cli
Kristoffer Dalby 43afeedde2 all: apply golangci-lint 2.9.0 fixes
Fix issues found by the upgraded golangci-lint:
- wsl_v5: add required whitespace in CLI files
- staticcheck SA4006: replace new(var.Field) with &localVar
  pattern since staticcheck does not recognize Go 1.26
  new(value) as a use of the variable
- staticcheck SA5011: use t.Fatal instead of t.Error for
  nil guard checks so execution stops
- unused: remove dead ptrTo helper function
2026-02-19 08:21:23 +01:00
..
api_key.go all: apply golangci-lint 2.9.0 fixes 2026-02-19 08:21:23 +01:00
configtest.go
debug.go all: fix golangci-lint issues (#3064) 2026-02-06 21:45:32 +01:00
dump_config.go
generate.go
health.go all: apply golangci-lint 2.9.0 fixes 2026-02-19 08:21:23 +01:00
mockoidc.go all: fix golangci-lint issues (#3064) 2026-02-06 21:45:32 +01:00
nodes.go all: apply golangci-lint 2.9.0 fixes 2026-02-19 08:21:23 +01:00
policy.go all: apply golangci-lint 2.9.0 fixes 2026-02-19 08:21:23 +01:00
preauthkeys.go all: apply golangci-lint 2.9.0 fixes 2026-02-19 08:21:23 +01:00
pterm_style.go
root_test.go
root.go all: fix golangci-lint issues (#3064) 2026-02-06 21:45:32 +01:00
serve.go all: upgrade to Go 1.26rc2 and modernize codebase 2026-02-08 12:35:23 +01:00
users.go all: apply golangci-lint 2.9.0 fixes 2026-02-19 08:21:23 +01:00
utils.go all: fix golangci-lint issues (#3064) 2026-02-06 21:45:32 +01:00
version.go