From b3840e76345d7ea2f70f598e1a4ce930725d2291 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Thu, 24 Sep 2020 15:50:31 +0100 Subject: [PATCH] nolint --- federationapi/routing/join.go | 1 + 1 file changed, 1 insertion(+) diff --git a/federationapi/routing/join.go b/federationapi/routing/join.go index 68cf86193..9fa0794ef 100644 --- a/federationapi/routing/join.go +++ b/federationapi/routing/join.go @@ -29,6 +29,7 @@ import ( ) // MakeJoin implements the /make_join API +// nolint:gocyclo func MakeJoin( httpReq *http.Request, request *gomatrixserverlib.FederationRequest,