Skip to content

Commit be4a0a3

Browse files
committed
Add Checkstyle SimplifyBooleanExpression
1 parent d301150 commit be4a0a3

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
@@ -69,6 +69,7 @@ limitations under the License.
6969
<property name="illegalPattern" value="true" />
7070
<property name="message" value="Trailing whitespace" />
7171
</module>
72+
<module name="SimplifyBooleanExpression" />
7273
<module name="TypecastParenPad" />
7374
<module name="UnusedImports" />
7475
<module name="WhitespaceAfter" />

0 commit comments

Comments
 (0)