From 637127e984584994c279752b02d12f083943b6b7 Mon Sep 17 00:00:00 2001 From: Zaprit Date: Fri, 11 Jul 2025 11:09:09 +0100 Subject: [PATCH] Suppress license issue in qodana as not a problem --- qodana.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qodana.yaml b/qodana.yaml index 1f6441a6..32cdadfa 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -9,3 +9,5 @@ exclude: paths: - ProjectLighthouse.Localization - ProjectLighthouse/Migrations +dependencyIgnores: + - name: "SixLabors.ImageSharp" # We're open source, so we come under the Apache License \ No newline at end of file