Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Also customUnused for the full PMD reports
Change-Id: Idf790c9430872554b9d52295c13a8cfab29c35a8
  • Loading branch information
egonw committed Aug 7, 2013
1 parent 7112168 commit eb7e55a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pmd/custom-data.xml
Expand Up @@ -13,7 +13,6 @@

<rule ref="rulesets/java/basic.xml"/>
<rule ref="pmd/customNaming.xml"/>
<rule ref="rulesets/java/unusedcode.xml"/>
<rule ref="rulesets/java/imports.xml"/>
<rule ref="rulesets/java/strings.xml"/>
<rule ref="rulesets/java/codesize.xml"/>
Expand All @@ -24,5 +23,6 @@

<rule ref="pmd/customCDK-data.xml"/>
<rule ref="pmd/cdkinterfaces.xml"/>
<rule ref="pmd/customUnused.xml"/>

</ruleset>
2 changes: 1 addition & 1 deletion pmd/custom-test.xml
Expand Up @@ -12,13 +12,13 @@
<!-- The rule sets that come with PMD -->

<rule ref="rulesets/java/basic.xml"/>
<rule ref="rulesets/java/unusedcode.xml"/>
<rule ref="rulesets/java/imports.xml"/>
<rule ref="rulesets/java/migrating_to_junit4.xml"/>

<!-- Rules specific for CDK -->

<rule ref="pmd/customJunit.xml"/>
<rule ref="pmd/customUnused.xml"/>
<rule ref="pmd/cdkinterfaces.xml"/>

</ruleset>
2 changes: 1 addition & 1 deletion pmd/custom.xml
Expand Up @@ -13,7 +13,6 @@

<rule ref="rulesets/java/basic.xml"/>
<rule ref="pmd/customNaming.xml"/>
<rule ref="rulesets/java/unusedcode.xml"/>
<rule ref="rulesets/java/imports.xml"/>
<rule ref="rulesets/java/strings.xml"/>
<rule ref="rulesets/java/codesize.xml">
Expand All @@ -27,6 +26,7 @@

<rule ref="pmd/customCDK.xml"/>
<rule ref="pmd/customOptimization.xml"/>
<rule ref="pmd/customUnused.xml"/>
<rule ref="pmd/cdkinterfaces.xml"/>

</ruleset>

0 comments on commit eb7e55a

Please sign in to comment.