Exclude svg files from qodana scans

This commit is contained in:
Zaprit 2025-07-11 11:14:06 +01:00
commit f527ae4356

View file

@ -9,5 +9,7 @@ exclude:
paths: paths:
- ProjectLighthouse.Localization - ProjectLighthouse.Localization
- ProjectLighthouse/Migrations - ProjectLighthouse/Migrations
- ProjectLighthouse/StaticFiles/css/themes
- ProjectLighthouse/StaticFiles/safari-pinned-tab.svg
dependencyIgnores: dependencyIgnores:
- name: "SixLabors.ImageSharp" # We're open source, so we come under the Apache License - name: "SixLabors.ImageSharp" # We're open source, so we come under the Apache License