Skip to content

Commit

Permalink
Bump ktlint to 0.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Jun 29, 2023
1 parent fa7513e commit 84e54d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gradle-doctor = "0.8.1"
google-agp = "8.0.2"
maven-junit = "5.9.3"
maven-assertj = "3.24.2"
maven-ktlint = "0.49.1"
maven-ktlint = "0.50.0"
maven-commons = "2.13.0"

[libraries]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import io.github.usefulness.functional.utils.settingsFile
import org.assertj.core.api.Assertions.assertThat
import org.gradle.testkit.runner.TaskOutcome
import org.junit.jupiter.api.BeforeEach
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test
import org.junit.jupiter.api.condition.DisabledOnOs
import org.junit.jupiter.api.condition.OS
Expand Down Expand Up @@ -97,6 +98,7 @@ class ReportersTest : WithGradleTest.Kotlin() {
}

@Test
@Disabled("ktlint doesn't maintain binary compatibility for some reason 🤷‍♂️")
fun `uses reporters from overridden ktlint version`() {
projectRoot.resolve("build.gradle") {
// language=groovy
Expand Down

0 comments on commit 84e54d5

Please sign in to comment.