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-collections.git
commit bb2ebee5ec86c659a078fb983c4efa04435da9c3 Author: Gary D. Gregory <[email protected]> AuthorDate: Sun Feb 9 18:24:26 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 31fe1a4bf..4cf6e97e6 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -85,6 +85,7 @@ limitations under the License. <module name="RedundantModifier"/> <module name="RightCurly"/> <module name="SimplifyBooleanExpression" /> + <module name="SimplifyBooleanReturn" /> <module name="TypecastParenPad" /> <module name="UpperEll" /> <module name="UnusedImports"/>
