We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3229a34 commit 87c20f1Copy full SHA for 87c20f1
1 file changed
build.gradle
@@ -195,14 +195,6 @@ subprojects {
195
checkstyle.maxErrors = 0
196
checkstyle.maxWarnings = 0
197
198
- // Check the code with PMD.
199
- apply plugin: 'pmd'
200
- pmd.ruleSets = []
201
- pmd.ruleSetFiles = files("${rootDir}/tools/pmd.xml")
202
- pmd.consoleOutput = true
203
- pmdMain.dependsOn ':asm:jar'
204
- pmdTest.dependsOn ':asm:jar'
205
-
206
apply plugin: 'org.checkerframework'
207
checkerFramework {
208
checkers = [
0 commit comments