Skip to content

Commit c9de96d

Browse files
committed
fix(ci): Change pinned qodana linter version to 2025.1
This matches the CLI version bundled in `JetBrains/[email protected]`
1 parent ea4ce8d commit c9de96d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

qodana-configs/duplicated-code/qodana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 1.0
2-
linter: jetbrains/qodana-jvm-community:latest
2+
linter: jetbrains/qodana-jvm-community:2025.1
33
projectJDK: "21"
44
bootstrap: ./gradlew :plugin-core:sdk-codegen:generateSdks :plugin-core:jetbrains-community:generateTelemetry :plugin-toolkit:jetbrains-rider:generateModels
55
exclude:

qodana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 1.0
2-
linter: jetbrains/qodana-jvm-community:2025.3
2+
linter: jetbrains/qodana-jvm-community:2025.1
33
projectJDK: "21"
44
bootstrap: ./gradlew :plugin-core:sdk-codegen:generateSdks :plugin-core:jetbrains-community:generateTelemetry :plugin-toolkit:jetbrains-rider:generateModels
55
profile:

0 commit comments

Comments
 (0)