Skip to content

Commit

Permalink
Change detekt.yml file location for open-ai-clien module (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscodr authored Nov 15, 2023
1 parent 812b744 commit d1eafd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openai-client/client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ java {
detekt {
toolVersion = "1.23.1"
source = files("src/commonMain/kotlin", "src/jvmMain/kotlin")
config.setFrom("../config/detekt/detekt.yml")
config.setFrom("../../config/detekt/detekt.yml")
autoCorrect = true
}

Expand Down

0 comments on commit d1eafd9

Please sign in to comment.