Skip to content

Commit b0e2853

Browse files
committed
Checkstyle: other checks.
1 parent e835537 commit b0e2853

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/test/resources/checkstyle/checkstyle-config.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,16 @@
155155
<!-- FIXME check with @marcuslinke -->
156156
<!--<module name="VisibilityModifier"/>-->
157157

158+
<!-- Miscellaneous other checks. -->
159+
<!-- See http://checkstyle.sf.net/config_misc.html -->
160+
<module name="ArrayTypeStyle"/>
161+
<module name="TodoComment">
162+
<property name="format" value="(TODO)|(FIXME)"/>
163+
<property name="severity" value="info"/>
164+
</module>
165+
<!--<module name="FinalParameters"/>-->
166+
<module name="UpperEll"/>
167+
158168
</module>
159169

160170
</module>

0 commit comments

Comments
 (0)