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 af2957eabaa588bbe8dcb1e2db188977cf19071a
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Feb 9 17:58:57 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 94ff975f..3a6fb3ea 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -79,6 +79,7 @@ limitations under the License.
     <module name="RedundantModifier" />
     <module name="RightCurly" />
     <module name="SimplifyBooleanExpression" />
+    <module name="SimplifyBooleanReturn" />
     <module name="TypecastParenPad" />    
     <module name="UnusedImports" />
     <module name="UpperEll" />

Reply via email to