Skip to content

Commit

Permalink
Upgrade pmd to 5.6.1 to avoid NPE (#426)
Browse files Browse the repository at this point in the history
With the pmd version 5.5.4 we're now getting:

```
Exception applying rule InvalidSlf4jMessageFormat on file servo/servo-core/src/main/java/com/netflix/servo/DefaultMonitorRegistry.java, continuing with next rule
java.lang.NullPointerException
```
  • Loading branch information
dmuino authored and brharrington committed Oct 11, 2017
1 parent e142421 commit 2ccc8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -111,7 +111,7 @@ subprojects {
}

pmd {
toolVersion = '5.5.4'
toolVersion = '5.6.1'
ignoreFailures = false
ruleSets = []
ruleSetFiles = rootProject.files("codequality/pmd.xml")
Expand Down

0 comments on commit 2ccc8dd

Please sign in to comment.