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

ggregory pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git

commit d4b5a1bb8a90bf4e32e3d170bdc193f43c46bfd7
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Feb 11 08:03:33 2025 -0500

    Add Checkstyle SimplifyBooleanReturn
---
 src/conf/checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 1c27b011..9cf2b4fd 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -81,6 +81,7 @@
     <module name="RedundantModifier" />
     <module name="RightCurly" />
     <module name="SimplifyBooleanExpression" />
+    <module name="SimplifyBooleanReturn" />
     <module name="TypecastParenPad" />
     <module name="VisibilityModifier">
       <property name="packageAllowed" value="true" />

Reply via email to