Skip to content

Commit 6a07043

Browse files
committed
style: enable PMD (presumably, pmd/pmd#5096 is fixed now)
1 parent 7794f86 commit 6a07043

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle.kts

Lines changed: 0 additions & 5 deletions
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)