Skip to content

Commit 711c75b

Browse files
fix default pmd ver
1 parent fe86f2d commit 711c75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/tools/pmd/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pmd
22
description: PMD is a source code analyzer that finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth.
3-
default_version: 6.55.0
3+
default_version: 7.11.0 # ver 7 have higher prio than 6, 7.11.0 is the latest version of PMD used in the Codacy platform
44
runtime: java
55
runtime_binaries:
66
execution: java

0 commit comments

Comments
 (0)