Skip to content

Commit

Permalink
build: re-enable PMD
Browse files Browse the repository at this point in the history
presumably, if this commit gets merged, then cmd/pmd#5096 has been solved.
  • Loading branch information
DanySK committed Dec 19, 2024
1 parent 87c3a0c commit 157f843
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ allprojects {
""".trimIndent(),
)
}
// TODO: enable PMD when this bug is fixed: https://github.com/pmd/pmd/issues/5096
tasks.withType<Pmd>().configureEach {
enabled = false
}
}

tasks.withType<AbstractDokkaLeafTask>().configureEach {
Expand Down

0 comments on commit 157f843

Please sign in to comment.