Skip to content

Commit

Permalink
Update kotlinter to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Dec 12, 2024
1 parent 84f8c55 commit 27d125b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Codestyle.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fun Project.configureCodestyle() {
apply(plugin = "org.jmailen.kotlinter")

kotlinter.apply {
ignoreFailures = true
ignoreLintFailures = true
reporters = arrayOf("checkstyle", "plain")
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ serialization = "1.7.3"
binaryCompatibilityValidator = "0.16.3"
dokka = "1.9.20"
kover = "0.8.3"
ktlint = "4.5.0"
kotlinter = "5.0.0"
kotlinx-browser = "0.2"

# Used for test server in buildSrc
Expand Down Expand Up @@ -227,7 +227,7 @@ tomlj = { module = "org.tomlj:tomlj", version.ref = "tomlj" }

develocity = { module = "com.gradle:develocity-gradle-plugin", version.ref = "develocity" }
develocity-commonCustomUserData = { module = "com.gradle:common-custom-user-data-gradle-plugin", version.ref = "develocity-commonCustomUserData" }
kotlinter = { module = "org.jmailen.gradle:kotlinter-gradle", version.ref = "ktlint" }
kotlinter = { module = "org.jmailen.gradle:kotlinter-gradle", version.ref = "kotlinter" }
gradleDoctor = { module = "com.osacky.doctor:doctor-plugin", version.ref = "gradleDoctor" }

[plugins]
Expand Down

0 comments on commit 27d125b

Please sign in to comment.