We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d301150 commit be4a0a3Copy full SHA for be4a0a3
1 file changed
src/conf/checkstyle.xml
@@ -69,6 +69,7 @@ limitations under the License.
69
<property name="illegalPattern" value="true" />
70
<property name="message" value="Trailing whitespace" />
71
</module>
72
+ <module name="SimplifyBooleanExpression" />
73
<module name="TypecastParenPad" />
74
<module name="UnusedImports" />
75
<module name="WhitespaceAfter" />
0 commit comments