Skip to content

Commit

Permalink
chore: Change Name of Detekt Baseline to "baseline.xml"
Browse files Browse the repository at this point in the history
  • Loading branch information
wba2hi authored and SebastianSchildt committed Sep 12, 2023
1 parent 5fdc0d1 commit de2d5e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/detekt.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import io.gitlab.arturbosch.detekt.DetektCreateBaselineTask
import org.gradle.kotlin.dsl.dependencies
import org.gradle.kotlin.dsl.withType

val baselineFile = project.file("$rootDir/config/detekt/baseline/${project.name}.xml")
val baselineFile = project.file("$rootDir/config/detekt/baseline.xml")

plugins {
id("io.gitlab.arturbosch.detekt") // see https://github.com/detekt/detekt
Expand Down
File renamed without changes.

0 comments on commit de2d5e3

Please sign in to comment.