There was an error while loading. Please reload this page.
1 parent fb52280 commit 021c7b6Copy full SHA for 021c7b6
1 file changed
src/main/resources/checkstyle.xml
@@ -194,7 +194,10 @@
194
<!-- See https://checkstyle.org/config_misc.html -->
195
<module name="ArrayTypeStyle"/>
196
<!--<module name="FinalParameters"/>-->
197
- <module name="TodoComment"/>
+ <module name="TodoComment">
198
+ <!-- allow any form of TODO comments if they have a link associated -->
199
+ <property name="format" value="(?i)^\s*TO[-_]?DO:?(?!.*https?:\/\/)"/>
200
+ </module>
201
<module name="UpperEll"/>
202
203
<!-- https://checkstyle.org/config_filters.html#SuppressionXpathFilter -->
0 commit comments