Skip to content

Commit

Permalink
Update plugin org.jmailen.kotlinter to v4 (#121)
Browse files Browse the repository at this point in the history
* Update plugin org.jmailen.kotlinter to v4

* fix linting issues

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kyle <[kyle.roe@thermondo.de]>
  • Loading branch information
renovate[bot] and Kyle authored Mar 12, 2024
1 parent 00c1cb4 commit 01567af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
kotlin("plugin.serialization") version "1.9.23"

// Quality gate
id("org.jmailen.kotlinter").version("3.7.0")
id("org.jmailen.kotlinter").version("4.2.0")
id("io.gitlab.arturbosch.detekt").version("1.23.5")
id("org.jetbrains.kotlinx.kover") version "0.7.6"
}
Expand Down
1 change: 0 additions & 1 deletion src/main/kotlin/com/thermondo/Application.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ fun main(args: Array<String>): Unit = io.ktor.server.netty.EngineMain.main(args)
// NOTE: Referenced in application.conf
@Suppress("unused")
fun Application.module(testing: Boolean = false) {

install(ContentNegotiation) {
json()
}
Expand Down

0 comments on commit 01567af

Please sign in to comment.