Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a81d2fe

Browse files
enable NoLineWrap check
1 parent a7b56a4 commit a81d2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fishercoder_checkstyle.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</module>
6161
<module name="AvoidStarImport"/>
6262
<module name="OneTopLevelClass"/>
63-
<!--<module name="NoLineWrap"/>-->
63+
<module name="NoLineWrap"/>
6464
<module name="EmptyBlock">
6565
<property name="option" value="TEXT"/>
6666
<property name="tokens" value="LITERAL_TRY, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_SWITCH"/>

0 commit comments

Comments
 (0)