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 aead1b857534a3e3234a159275031c31afffd04a
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Feb 11 08:03:10 2025 -0500

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

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

Reply via email to