From 3a2c1cf189392abaf4d9c951e2adcaf6675b7925 Mon Sep 17 00:00:00 2001 From: Dima Golovinov Date: Thu, 18 Apr 2024 12:36:05 +0200 Subject: [PATCH] Update qodana linter version --- qodana.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/qodana.yaml b/qodana.yaml index e6a7bb4..9980ffb 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -1,5 +1,5 @@ version: "1.0" -linter: jetbrains/qodana-jvm:2023.2 +linter: jetbrains/qodana-jvm:2024.1 projectJDK: "1.8" profile: name: qodana.recommended @@ -8,6 +8,4 @@ include: exclude: - name: All paths: - - sarif/src/test/resources/ -dependencyIgnores: - - name: "colormath-jvm" \ No newline at end of file + - sarif/src/test/resources/ \ No newline at end of file