[checkstyle] Add ConstantName java checkstyle rule (#1066)
* add SimplifyBooleanExpression java checkstyle rule * collapse empty tags in scalastyle file
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user