1
0

[checkstyle] Add ConstantName java checkstyle rule (#1066)

* add SimplifyBooleanExpression java checkstyle rule
* collapse empty tags in scalastyle file
This commit is contained in:
lamber-ken
2019-12-04 18:59:15 +08:00
committed by leesf
parent b2d9638bea
commit b3e0ebbc4a
38 changed files with 192 additions and 186 deletions

View File

@@ -295,5 +295,11 @@
<!-- Checks for star import. -->
<module name="AvoidStarImport" />
<!-- Checks for constant name. -->
<module name="ConstantName" />
<!-- Checks for simple boolean expressions. -->
<module name="SimplifyBooleanExpression"/>
</module>
</module>