You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/12/17 19:37:43 UTC

[commons-numbers] branch master updated: Remove deprecated PMD rule

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a7b68e6f Remove deprecated PMD rule
a7b68e6f is described below

commit a7b68e6fa7f0731d5efe1cc7887beb302c38c969
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sat Dec 17 19:37:37 2022 +0000

    Remove deprecated PMD rule
---
 src/main/resources/pmd/pmd-ruleset.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/resources/pmd/pmd-ruleset.xml b/src/main/resources/pmd/pmd-ruleset.xml
index abcc303a..94808ff8 100644
--- a/src/main/resources/pmd/pmd-ruleset.xml
+++ b/src/main/resources/pmd/pmd-ruleset.xml
@@ -53,7 +53,6 @@
     <exclude name="CommentSize" />
   </rule>
   <rule ref="category/java/errorprone.xml">
-    <exclude name="BeanMembersShouldSerialize" />
     <!-- This rule is known to be poor with Java 5 and later:
       https://github.com/pmd/pmd/issues/873 -->
     <exclude name="DataflowAnomalyAnalysis" />