Skip to content

Commit af2957e

Browse files
committed
Add Checkstyle SimplifyBooleanReturn
1 parent fd18146 commit af2957e

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
@@ -79,6 +79,7 @@ limitations under the License.
7979
<module name="RedundantModifier" />
8080
<module name="RightCurly" />
8181
<module name="SimplifyBooleanExpression" />
82+
<module name="SimplifyBooleanReturn" />
8283
<module name="TypecastParenPad" />
8384
<module name="UnusedImports" />
8485
<module name="UpperEll" />

0 commit comments

Comments
 (0)