Skip to content

Commit

Permalink
chore: EXPOSED-573 Project detekt config does not check .kt or .kts i…
Browse files Browse the repository at this point in the history
…n docs

- Uncomment fix for action testing
  • Loading branch information
bog-walk committed Jan 22, 2025
1 parent f65e51f commit a9a6f3c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions buildSrc/src/main/kotlin/org/jetbrains/exposed/gradle/Detekt.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ fun Project.configureDetekt() {
apply<DetektPlugin>()

configure<DetektExtension> {
// source.from(
// files(
// "$rootDir/documentation-website/Writerside/snippets",
// "$rootDir/samples"
// )
// )
source.from(
files(
"$rootDir/documentation-website/Writerside/snippets",
"$rootDir/samples"
)
)

ignoreFailures = false
buildUponDefaultConfig = true
Expand Down

0 comments on commit a9a6f3c

Please sign in to comment.