From f527ae4356988f1627afa829d849f0259486e18f Mon Sep 17 00:00:00 2001 From: Zaprit Date: Fri, 11 Jul 2025 11:14:06 +0100 Subject: [PATCH] Exclude svg files from qodana scans --- qodana.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qodana.yaml b/qodana.yaml index 32cdadfa..c6439c0a 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -9,5 +9,7 @@ exclude: paths: - ProjectLighthouse.Localization - ProjectLighthouse/Migrations + - ProjectLighthouse/StaticFiles/css/themes + - ProjectLighthouse/StaticFiles/safari-pinned-tab.svg dependencyIgnores: - name: "SixLabors.ImageSharp" # We're open source, so we come under the Apache License \ No newline at end of file