mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-04-01 20:26:36 +00:00
chore: ignore linter on app image bootstrap
This commit is contained in:
@@ -21,6 +21,8 @@ import (
|
|||||||
|
|
||||||
// initApplicationImages copies the images from the embedded directory to the storage backend
|
// 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.
|
// 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) {
|
func initApplicationImages(ctx context.Context, fileStorage storage.FileStorage) (map[string]string, error) {
|
||||||
// Previous versions of images
|
// Previous versions of images
|
||||||
// If these are found, they are deleted
|
// If these are found, they are deleted
|
||||||
|
|||||||
Reference in New Issue
Block a user