Skip to content

Commit 43e1272

Browse files
committed
Fix Todo comment detection
1 parent ae8b5b8 commit 43e1272

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.config/checkstyle/checkstyle.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,10 @@
127127
<module name="StaticVariableName"/>
128128
<module name="StringLiteralEquality"/>
129129
<module name="SuppressWarningsHolder"/>
130-
<module name="TodoComment"/>
130+
<module name="TodoComment">
131+
<!-- Default is "TODO:" -->
132+
<property name="format" value="TODO"/>
133+
</module>
131134
<module name="TypecastParenPad"/>
132135
<module name="TypeName"/>
133136
<module name="UnnecessaryParentheses"/>

0 commit comments

Comments
 (0)