mirror of
https://github.com/juanfont/headscale.git
synced 2026-02-07 20:04:00 +01:00
Add nolint directives for intentionally skipped issues: - gosec G115: safe integer conversions (NodeID, UserID, port numbers) - gosec G404: weak random acceptable for jitter (non-crypto use) - gosec G306/G110: test infrastructure file operations - noinlineerr: idiomatic inline error handling patterns - thelper: inline test closures (not reusable helpers) - staticcheck SA1019: deprecated gRPC and Docker APIs still functional - testifylint: assert.TestingT interface limitations Add t.Helper() to actual test helper functions: - printCurrentRouteMap in route_test.go - runInteractiveWorkflowTest in auth_test.go - validateCompleteRegistrationResponse in auth_test.go Fix unused parameter: - Rename unused originalReq to _ in validateCompleteRegistrationResponse Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api_key.go | ||
| configtest.go | ||
| debug.go | ||
| dump_config.go | ||
| generate.go | ||
| health.go | ||
| mockoidc.go | ||
| nodes.go | ||
| policy.go | ||
| preauthkeys.go | ||
| pterm_style.go | ||
| root_test.go | ||
| root.go | ||
| serve.go | ||
| users.go | ||
| utils.go | ||
| version.go | ||