From 78ab9f730e0439c3ef42bbeedf6151bf2f65fe3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20D=C3=B6ll?= Date: Sat, 7 Sep 2024 19:32:52 +0000 Subject: [PATCH] fix: nolint --- internal/controllers/workloads/questions/update.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/controllers/workloads/questions/update.go b/internal/controllers/workloads/questions/update.go index 185c0a2..15e3234 100644 --- a/internal/controllers/workloads/questions/update.go +++ b/internal/controllers/workloads/questions/update.go @@ -57,6 +57,7 @@ func (w *WorkloadUpdateAnswerControllerImpl) Error(err error) error { } // Prepare ... +// nolint:gocyclo func (w *WorkloadUpdateAnswerControllerImpl) Prepare() error { validate = validator.New()