Skip to content

Commit

Permalink
build(Gradle): Also check testFixtures with Detekt
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Jun 24, 2024
1 parent 60ab3b7 commit 17a956c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ort-kotlin-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ detekt {
buildUponDefaultConfig = true
config.from(files("$rootDir/.detekt.yml"))

source.from(fileTree(".") { include("*.gradle.kts") }, "src/funTest/kotlin")
source.from(fileTree(".") { include("*.gradle.kts") }, "src/funTest/kotlin", "src/testFixtures/kotlin")

basePath = rootDir.path
}
Expand Down

0 comments on commit 17a956c

Please sign in to comment.