You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by th...@apache.org on 2017/07/21 03:53:09 UTC

[11/14] commons-dbutils git commit: Update ruleset paths to latest known path

Update ruleset paths to latest known path


Project: http://git-wip-us.apache.org/repos/asf/commons-dbutils/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbutils/commit/60b61acb
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/60b61acb
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/60b61acb

Branch: refs/heads/master
Commit: 60b61acbf2ea2fc360063074320c275cd09845c7
Parents: c052727
Author: Carl Hall <th...@apache.org>
Authored: Sun Jul 16 19:39:22 2017 -0700
Committer: Carl Hall <th...@apache.org>
Committed: Sun Jul 16 19:39:22 2017 -0700

----------------------------------------------------------------------
 pmd-ruleset.xml | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/60b61acb/pmd-ruleset.xml
----------------------------------------------------------------------
diff --git a/pmd-ruleset.xml b/pmd-ruleset.xml
index 10ede41..bec37b4 100644
--- a/pmd-ruleset.xml
+++ b/pmd-ruleset.xml
@@ -22,15 +22,14 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
     xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
-  <description>Standard Ruleset but excluding the "no octal
-    constants" rule</description>
-  <rule ref="rulesets/basic.xml">
+  <description>Standard Ruleset but excluding the "no octal constants" rule</description>
+  <rule ref="rulesets/java/basic.xml">
     <exclude name="AvoidUsingOctalValues"/>
     <!-- Rule seems to be broken; it's triggered by "new java.sql.Date(time)" -->
     <exclude name="AvoidThreadGroup"/>
   </rule>
-  <rule ref="rulesets/finalizers.xml"/>
-  <rule ref="rulesets/imports.xml"/>
-  <rule ref="rulesets/unusedcode.xml"/>
-  <rule ref="rulesets/braces.xml"/>
+  <rule ref="rulesets/java/finalizers.xml"/>
+  <rule ref="rulesets/java/imports.xml"/>
+  <rule ref="rulesets/java/unusedcode.xml"/>
+  <rule ref="rulesets/java/braces.xml"/>
 </ruleset>