Skip to content

Commit

Permalink
Upgrade PMD to version 6.0.1 (#23)
Browse files Browse the repository at this point in the history
* Upgrade PMD to version 6

* Adjust regression suite as the new version has different output values

* Use new rules xml instead of group name, as they became incompatible

* Speedup analysis with builtin cache

* Redirect warnings to stderr

* Hardcode ruleset as runtime directory changes
  • Loading branch information
filipesperandio authored Jan 29, 2018
1 parent b473424 commit b961f0d
Showing 9 changed files with 163 additions and 852 deletions.
2 changes: 1 addition & 1 deletion bin/install-pmd.sh
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ set -euo pipefail
LIB_DIR=/usr/src/app/lib

download_pmd() {
URL="https://github.com/pmd/pmd/releases/download/pmd_releases/5.8.1/pmd-bin-5.8.1.zip"
URL="https://github.com/pmd/pmd/releases/download/pmd_releases/6.0.1/pmd-bin-6.0.1.zip"
wget -O pmd.zip $URL
}

Loading

0 comments on commit b961f0d

Please sign in to comment.