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 653b09d70f6013db876535e3a1658134059948b4 Author: Gary D. Gregory <[email protected]> AuthorDate: Tue Feb 11 08:03:56 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 9cf2b4fd..d8ab869f 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -82,6 +82,7 @@ <module name="RightCurly" /> <module name="SimplifyBooleanExpression" /> <module name="SimplifyBooleanReturn" /> + <module name="StringLiteralEquality" /> <module name="TypecastParenPad" /> <module name="VisibilityModifier"> <property name="packageAllowed" value="true" />
