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-logging.git
commit e13a4ff80f6d57383ba64c6cfd1e71bda06c730d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Nov 19 09:32:59 2023 -0500 Remove unused exclusion --- pmd.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pmd.xml b/pmd.xml index ceefc84..d988308 100644 --- a/pmd.xml +++ b/pmd.xml @@ -21,6 +21,5 @@ limitations under the License. xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd"> <description>Excludes from default PMD rules.</description> <rule ref="rulesets/java/unusedcode.xml"> - <exclude name="UnnecessaryParentheses"/> </rule> </ruleset> \ No newline at end of file