From 5f633608c68de18b434b2979612c4388e02a6b7a Mon Sep 17 00:00:00 2001 From: Aleksander Zaruczewski Date: Tue, 6 Feb 2024 16:17:56 +0200 Subject: [PATCH] ci(lint): fix error --- generator/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/generator/main.go b/generator/main.go index f504de6..b28dc9b 100644 --- a/generator/main.go +++ b/generator/main.go @@ -121,6 +121,7 @@ func exec() error { if param.In != ParameterInPath { log.Printf("%q param %s in %q", p.OperationID, param.Name, param.In) + continue }