Skip to content

Commit

Permalink
Merge pull request #348 from cake-build/dependabot/gradle/src/rider/d…
Browse files Browse the repository at this point in the history
…evelop/io.gitlab.arturbosch.detekt-detekt-formatting-1.23.1

(maint): Bump io.gitlab.arturbosch.detekt:detekt-formatting from 1.22.0 to 1.23.1 in /src/rider
  • Loading branch information
nils-a authored Aug 26, 2023
2 parents ce22b12 + 03efd4f commit fd2a87b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/rider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repositories {
mavenCentral()
}
dependencies {
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.22.0")
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.1")

testImplementation("org.junit.jupiter:junit-jupiter:5.9.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.3")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,8 @@ class CakeTasksWindow(private val project: Project) : SimpleToolWindowPanel(true
else -> {
// do not modify the label - it's probably fine the way it is.
log.trace(
"found userObject of ${
data?.javaClass?.name ?: "[null]"
} to override the label '${label.text}'"
"found userObject of ${data?.javaClass?.name ?: "[null]"} " +
"to override the label '${label.text}'"
)
}
}
Expand Down

0 comments on commit fd2a87b

Please sign in to comment.