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

Reply via email to