aboutsummaryrefslogtreecommitdiff
path: root/relayapi/routing/routing.go
diff options
context:
space:
mode:
Diffstat (limited to 'relayapi/routing/routing.go')
-rw-r--r--relayapi/routing/routing.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/relayapi/routing/routing.go b/relayapi/routing/routing.go
index c908e950..8ee0743e 100644
--- a/relayapi/routing/routing.go
+++ b/relayapi/routing/routing.go
@@ -34,10 +34,6 @@ import (
// The provided publicAPIMux MUST have `UseEncodedPath()` enabled or else routes will incorrectly
// path unescape twice (once from the router, once from MakeRelayAPI). We need to have this enabled
// so we can decode paths like foo/bar%2Fbaz as [foo, bar/baz] - by default it will decode to [foo, bar, baz]
-//
-// Due to Setup being used to call many other functions, a gocyclo nolint is
-// applied:
-// nolint: gocyclo
func Setup(
fedMux *mux.Router,
cfg *config.FederationAPI,