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 b4117f73359658fbb893a376890381e082ffabdf Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 11:42:26 2025 -0500 Add Checkstyle SimplifyBooleanExpression --- src/conf/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 8506e523..2d0b2d81 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -76,6 +76,7 @@ limitations under the License. <module name="RedundantImport" /> <module name="RedundantModifier" /> <module name="RightCurly" /> + <module name="SimplifyBooleanExpression" /> <module name="UpperEll" /> <module name="UnusedImports" /> <module name="WhitespaceAfter" />