Skip to content

Commit ab4b2ce

Browse files
committed
Add Checkstyle SimplifyBooleanReturn
1 parent be4a0a3 commit ab4b2ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/conf/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ limitations under the License.
7070
<property name="message" value="Trailing whitespace" />
7171
</module>
7272
<module name="SimplifyBooleanExpression" />
73+
<module name="SimplifyBooleanReturn" />
7374
<module name="TypecastParenPad" />
7475
<module name="UnusedImports" />
7576
<module name="WhitespaceAfter" />

0 commit comments

Comments
 (0)