This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbutils.git


The following commit(s) were added to refs/heads/master by this push:
     new 26e67d7  Remove obsolete PMD file
26e67d7 is described below

commit 26e67d77392a4a06d5c40473b20ecb5a60505be6
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed May 22 14:10:02 2024 -0400

    Remove obsolete PMD file
---
 src/site/resources/pmd/pmd-ruleset.xml | 35 ----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/src/site/resources/pmd/pmd-ruleset.xml 
b/src/site/resources/pmd/pmd-ruleset.xml
deleted file mode 100644
index bec37b4..0000000
--- a/src/site/resources/pmd/pmd-ruleset.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0"?>
-<!--
-
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-
--->
-<ruleset name="compress"
-    xmlns="http://pmd.sf.net/ruleset/1.0.0";
-    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/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/java/finalizers.xml"/>
-  <rule ref="rulesets/java/imports.xml"/>
-  <rule ref="rulesets/java/unusedcode.xml"/>
-  <rule ref="rulesets/java/braces.xml"/>
-</ruleset>

Reply via email to