Skip to content

Commit fd18146

Browse files
committed
Add Checkstyle SimplifyBooleanExpression
1 parent a2dea27 commit fd18146

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/conf/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ limitations under the License.
7878
<module name="RedundantImport" />
7979
<module name="RedundantModifier" />
8080
<module name="RightCurly" />
81+
<module name="SimplifyBooleanExpression" />
8182
<module name="TypecastParenPad" />
8283
<module name="UnusedImports" />
8384
<module name="UpperEll" />

0 commit comments

Comments
 (0)