From 5251cd97994177c96cb6f9ab3f88ca31367b5b55 Mon Sep 17 00:00:00 2001 From: Kyle Mendell Date: Thu, 26 Mar 2026 12:44:00 -0500 Subject: [PATCH] chore: ignore linter on app image bootstrap --- backend/internal/bootstrap/app_images_bootstrap.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/internal/bootstrap/app_images_bootstrap.go b/backend/internal/bootstrap/app_images_bootstrap.go index 0d026d08..84f414ea 100644 --- a/backend/internal/bootstrap/app_images_bootstrap.go +++ b/backend/internal/bootstrap/app_images_bootstrap.go @@ -21,6 +21,8 @@ import ( // initApplicationImages copies the images from the embedded directory to the storage backend // and returns a map containing the detected file extensions in the application-images directory. +// +//nolint:gocognit func initApplicationImages(ctx context.Context, fileStorage storage.FileStorage) (map[string]string, error) { // Previous versions of images // If these are found, they are deleted