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

commit 1fd6143acba0ab074dc75681edf56c7c8e1a1ce5
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 11:42:52 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 2d0b2d81..9d5e7bf9 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -77,6 +77,7 @@ limitations under the License.
     <module name="RedundantModifier" />
     <module name="RightCurly" />
     <module name="SimplifyBooleanExpression" />
+    <module name="SimplifyBooleanReturn" />
     <module name="UpperEll" />
     <module name="UnusedImports" />
     <module name="WhitespaceAfter" />

Reply via email to