From 522b81f142a2963bea772fd2315abaaa848d89d9 Mon Sep 17 00:00:00 2001 From: Desoroxxx Date: Fri, 15 Nov 2024 05:58:39 +0100 Subject: [PATCH] Qodana: Disable Quick Fixes --- qodana.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/qodana.yaml b/qodana.yaml index 7b7af5a..a2936cf 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -2,7 +2,6 @@ version: "1.0" linter: jetbrains/qodana-jvm:2024.2 profile: name: qodana.recommended -fixesStrategy: apply exclude: - name: FieldCanBeLocal - name: JavadocDeclaration