Skip to content

Commit

Permalink
Don't detekt reaper stress test (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
chromy authored Oct 16, 2024
1 parent c8d6466 commit 4bc121b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ allprojects {
add("detektPlugins", rootProject.libs.detekt.formatting)
}
}

tasks.withType<io.gitlab.arturbosch.detekt.Detekt>().configureEach {
exclude("**/reaper/sample/stress/**")
}

0 comments on commit 4bc121b

Please sign in to comment.