Skip to content

Commit

Permalink
Upgraded PMD to version 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarman committed Aug 10, 2016
1 parent 43c2fbf commit c72e391
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply plugin: 'build-dashboard'
ext {
jacocoVersion = '0.7.7.201606060606'
checkstyleVersion = '7.1'
pmdVersion = '5.4.1'
pmdVersion = '5.5.1'
guavaVersion = '19.0'
jadiraVersion = '5.0.0.GA'
swaggerVersion = '2.3.0'
Expand Down
5 changes: 4 additions & 1 deletion etc/pmd/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@
<rule ref="rulesets/java/javabeans.xml" />

<!-- Use the entire 'java logging' ruleset -->
<rule ref="rulesets/java/logging-java.xml" />
<rule ref="rulesets/java/logging-java.xml">
<!-- InvalidSlf4jMessageFormat has bug in PMD 5.5.1 -->
<exclude name="InvalidSlf4jMessageFormat" />
</rule>

<!-- Use the entire 'junit' ruleset -->
<rule ref="rulesets/java/junit.xml" />
Expand Down

0 comments on commit c72e391

Please sign in to comment.