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

Commit f69526c

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

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
@@ -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)