From b5fa9285c0bba299cea6739850eb4ac9ef7b58bb Mon Sep 17 00:00:00 2001 From: Pascal Honegger Date: Fri, 19 May 2023 15:30:33 +0200 Subject: [PATCH 1/3] chore(deps): update `kotlinx.serialization` from `1.5.0` to `1.5.1` --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 8d0febda..e0974bbe 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -15,7 +15,7 @@ dependencyResolutionManagement { val shadow = "8.1.1" val jCommander = "1.82" val mordant = "2.0.0-beta13" - val kotlinxSerialization = "1.5.0" + val kotlinxSerialization = "1.5.1" val kamlVersion = "0.53.0" val kover = "0.7.0" val lsp4j = "0.20.1" From 811852faf79c0062bbd08422ba0eba8414aaecbb Mon Sep 17 00:00:00 2001 From: Pascal Honegger Date: Fri, 19 May 2023 15:34:17 +0200 Subject: [PATCH 2/3] chore(deps): update `lsp4j` from `0.20.1` to `0.21.0` --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index e0974bbe..9ebe2560 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -18,7 +18,7 @@ dependencyResolutionManagement { val kotlinxSerialization = "1.5.1" val kamlVersion = "0.53.0" val kover = "0.7.0" - val lsp4j = "0.20.1" + val lsp4j = "0.21.0" create("libs") { version("kotlin", kotlin) From fa00636a38bc5917f04f87c46fb9c8353e871ce7 Mon Sep 17 00:00:00 2001 From: Pascal Honegger Date: Fri, 19 May 2023 15:58:46 +0200 Subject: [PATCH 3/3] feat(ci): use qodana version from GitHub action --- cli/src/main/kotlin/tools/samt/cli/CliWrapper.kt | 1 - qodana.yaml | 8 +++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/cli/src/main/kotlin/tools/samt/cli/CliWrapper.kt b/cli/src/main/kotlin/tools/samt/cli/CliWrapper.kt index a0f018d0..ce3e6398 100644 --- a/cli/src/main/kotlin/tools/samt/cli/CliWrapper.kt +++ b/cli/src/main/kotlin/tools/samt/cli/CliWrapper.kt @@ -3,7 +3,6 @@ package tools.samt.cli import com.github.ajalt.mordant.terminal.Terminal import kotlinx.serialization.SerialName import kotlinx.serialization.Serializable -import kotlinx.serialization.decodeFromString import kotlinx.serialization.json.Json import tools.samt.common.DiagnosticController import java.io.File diff --git a/qodana.yaml b/qodana.yaml index f32fcf26..86845b6f 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -1,5 +1,11 @@ version: "1.0" -linter: jetbrains/qodana-jvm-community:2022.3 +linter: jetbrains/qodana-jvm-community:latest profile: name: qodana.recommended failThreshold: 1 +exclude: + - name: Non Kotlin Files + paths: + - gradle + - wrapper + - specification