Skip to content

Commit

Permalink
Update PMD
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Jul 22, 2017
1 parent 3bcfa5b commit adea8bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commons.gradle
Expand Up @@ -62,7 +62,7 @@ if (release) {
ruleSets = []
ruleSetFiles = files("$project.rootProject.projectDir/pmd.xml")
sourceSets = [sourceSets.main]
toolVersion = '5.7.0'
toolVersion = '5.8.1'
}
}

Expand Down
7 changes: 5 additions & 2 deletions pmd.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015 Martin Goellnitz
Copyright 2015-2017 Martin Goellnitz
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
Expand All @@ -18,7 +18,10 @@
-->
<ruleset xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns='http://pmd.sourceforge.net/ruleset/2.0.0'
xsi:schemaLocation='http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd'>
xsi:schemaLocation='http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd'
name="Tangram">

<description>Customized Ruleset for the Tangram source code</description>

<rule ref="rulesets/java/android.xml"/>
<rule ref="rulesets/java/basic.xml">
Expand Down

0 comments on commit adea8bb

Please sign in to comment.