From df598c810d139ed157987f64c809b4894b429971 Mon Sep 17 00:00:00 2001 From: Miha Kralj Date: Thu, 25 Dec 2025 18:55:25 -0800 Subject: [PATCH] fix(qodana): remove msbuild properties from Qodana configuration --- qodana.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/qodana.yaml b/qodana.yaml index ede9830a..65bd0c46 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -109,6 +109,3 @@ linter: jetbrains/qodana-dotnet:2024.3 dotnet: solution: QuanTAlib.sln - msbuild: - properties: - Qodana: true