Skip to content

Commit f69526c

Browse files
committed
Add Checstyle SimplifyBooleanReturn
1 parent 81f9044 commit f69526c

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
@@ -75,6 +75,7 @@ limitations under the License.
7575
<module name="RedundantModifier" />
7676
<module name="RightCurly" />
7777
<module name="SimplifyBooleanExpression" />
78+
<module name="SimplifyBooleanReturn" />
7879
<module name="UnusedImports" />
7980
<module name="UpperEll" />
8081
<module name="WhitespaceAfter" />

0 commit comments

Comments
 (0)