Skip to content

Bump org.jetbrains.qodana from 2023.3.1 to 2024.1.4 #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ annotations = "24.1.0"
kotlin = "1.9.23"
changelog = "2.2.0"
gradleIntelliJPlugin = "1.17.2"
qodana = "2023.3.1"
qodana = "2024.1.4"
kover = "0.7.6"

[libraries]

Unchanged files with check annotations Beta

@NonNls
private const val BUNDLE = "messages.CoderBundle"
object CoderBundle : DynamicBundle(BUNDLE) {

Check warning on line 10 in src/main/kotlin/com/coder/jetbrains/CoderBundle.kt

GitHub Actions / Qodana Community for JVM

Unused symbol

Object "CoderBundle" is never used
@JvmStatic
fun message(@PropertyKey(resourceBundle = BUNDLE) key: String, vararg params: Any) =

Check warning on line 13 in src/main/kotlin/com/coder/jetbrains/CoderBundle.kt

GitHub Actions / Qodana Community for JVM

Unused symbol

Function "message" is never used
getMessage(key, *params)
@Suppress("unused")