Skip to content

Commit 81f9044

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)