mirror of https://github.com/tailscale/tailscale/
ipnserver: ignore lint error for unused context.
The linter is strictly correct, but the code is structured this way to avoid variable shadowing problems in the following for loop. The context doesn't leak. Staticcheck is correctly pointing out that this code is hard to follow. However, this chunk of code is in service of enforcing one frontend <> one backend, and we want to remove that limitation. So, we'll just ignore the lint warning until this entire piece of code goes away. Signed-off-by: David Anderson <dave@natulte.net>pull/31/head
parent
8380d8575a
commit
81eedcd5be
Loading…
Reference in New Issue