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:36:02 UTC

[commons-rng] 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-rng.git


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

commit 345c2d7396999af7bd6fd8cd1d5bc2dd5e15ad3b
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sat Dec 17 19:35:48 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 12566181..482b91e2 100644
--- a/src/main/resources/pmd/pmd-ruleset.xml
+++ b/src/main/resources/pmd/pmd-ruleset.xml
@@ -52,7 +52,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" />