Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 81f9044

Browse files
committed
Add Checstyle SimplifyBooleanExpression
1 parent 6afa33c commit 81f9044

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/conf/checkstyle/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ limitations under the License.
7474
<module name="RedundantImport" />
7575
<module name="RedundantModifier" />
7676
<module name="RightCurly" />
77+
<module name="SimplifyBooleanExpression" />
7778
<module name="UnusedImports" />
7879
<module name="UpperEll" />
7980
<module name="WhitespaceAfter" />

0 commit comments

Comments
 (0)