diff --git a/swagger.go b/swagger.go index b06c7fd..a84bb67 100644 --- a/swagger.go +++ b/swagger.go @@ -57,7 +57,7 @@ func handleSwaggerRequest(w http.ResponseWriter, r *http.Request) { } } -//nolint:gocyclo // Makes no sense to split just to spare a little complexity +//nolint:funlen,gocyclo // Makes no sense to split just to spare a little complexity func registerSwaggerRoute(route plugins.HTTPRouteRegistrationArgs) error { fullPath := strings.Join([]string{ "",