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-compress.git

commit 7bdfff09c5fe031554a355a730f37dc775df019f
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Dec 29 11:04:14 2024 -0500

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

diff --git a/src/conf/checkstyle/checkstyle.xml 
b/src/conf/checkstyle/checkstyle.xml
index b16a4c7ef..471121abd 100644
--- a/src/conf/checkstyle/checkstyle.xml
+++ b/src/conf/checkstyle/checkstyle.xml
@@ -75,6 +75,7 @@ limitations under the License.
     <module name="RedundantModifier" />
     <module name="RightCurly" />
     <module name="SimplifyBooleanExpression" />
+    <module name="SimplifyBooleanReturn" />
     <module name="UnusedImports" />
     <module name="UpperEll" />
     <module name="WhitespaceAfter" />

Reply via email to