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-statistics.git
The following commit(s) were added to refs/heads/master by this push: new 2caf2ab Remove deprecated PMD rule 2caf2ab is described below commit 2caf2abd00aa0240041c03802085fa3361463e43 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Sat Dec 17 19:34:06 2022 +0000 Remove deprecated PMD rule --- src/conf/pmd/pmd-ruleset.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conf/pmd/pmd-ruleset.xml b/src/conf/pmd/pmd-ruleset.xml index ce00cc4..92126a6 100644 --- a/src/conf/pmd/pmd-ruleset.xml +++ b/src/conf/pmd/pmd-ruleset.xml @@ -56,7 +56,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" />