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-codec.git
commit cd4caaf36d0c97eb72449a02494f794cbd333a1a Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jul 19 07:29:52 2025 -0400 Remove no longer used Checkstyle exclusion --- src/conf/pmd.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conf/pmd.xml b/src/conf/pmd.xml index 1c719464..ff54d7e2 100644 --- a/src/conf/pmd.xml +++ b/src/conf/pmd.xml @@ -21,6 +21,5 @@ limitations under the License. xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.net/ruleset_2_0_0.xsd"> <description>Excludes from default PMD rules.</description> <rule ref="category/java/codestyle.xml"> - <exclude name="UselessParentheses"/> </rule> </ruleset> \ No newline at end of file