Skip to content

Commit 0bc3c4b

Browse files
committed
style: enable PMD (presumably, pmd/pmd#5096 is fixed now)
1 parent 136f523 commit 0bc3c4b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle.kts

-5
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ tasks.test {
8787
}
8888
}
8989

90-
// TODO: enable PMD when this bug is fixed: https://github.com/pmd/pmd/issues/5096
91-
tasks.withType<Pmd>().configureEach {
92-
enabled = false
93-
}
94-
9590
signing {
9691
val signingKey: String? by project
9792
val signingPassword: String? by project

0 commit comments

Comments
 (0)