Skip to content

Commit

Permalink
Disable warnings in errorprone rule set
Browse files Browse the repository at this point in the history
It looks like there's an erroneous compiler warning affecting this
module. Disabling compilation warnings on this module for now.
  • Loading branch information
3flex committed Nov 26, 2023
1 parent a6445fd commit 2e94e35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions detekt-rules-errorprone/build.gradle.kts
Expand Up @@ -8,3 +8,9 @@ dependencies {
testImplementation(projects.detektTest)
testImplementation(libs.assertj)
}

kotlin {
compilerOptions {
allWarningsAsErrors = false
}
}

0 comments on commit 2e94e35

Please sign in to comment.