From 456acf365e90ae25c43b179c3dc5318a0e1819cd Mon Sep 17 00:00:00 2001 From: GaelFraiteur Date: Tue, 24 Sep 2024 15:19:22 +0200 Subject: [PATCH] Fixing qodana.yaml. --- qodana.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qodana.yaml b/qodana.yaml index e353ddd..63af875 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -8,7 +8,7 @@ ide: QDNET #Specify inspection profile for code analysis profile: name: qodana.starter -bootstrap: sh ./qodana/prepare-qodana.sh +bootstrap: sh ./.qodana/prepare-qodana.sh exclude: - name: UnusedMemberInSuper.Global - name: ClassCanBeSealed.Global