Skip to content

Commit 8f54163

Browse files
committed
Look for TODOs case INsensitive
1 parent 43e1272 commit 8f54163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<module name="SuppressWarningsHolder"/>
130130
<module name="TodoComment">
131131
<!-- Default is "TODO:" -->
132-
<property name="format" value="TODO"/>
132+
<property name="format" value="(?i)(TODO)"/>
133133
</module>
134134
<module name="TypecastParenPad"/>
135135
<module name="TypeName"/>

0 commit comments

Comments
 (0)