Add a todo about the todo checkstyle to enable todo warning after mv

This commit is contained in:
Ben Woo 2023-09-12 00:19:27 +08:00
parent 1dfdb611c6
commit e005b266ea
No known key found for this signature in database
GPG Key ID: FB2A3645536E12C8

View File

@ -383,6 +383,7 @@
<module name="OuterTypeFilename"/> <module name="OuterTypeFilename"/>
<module name="TodoComment"> <module name="TodoComment">
<property name="format" value="TODO"/> <property name="format" value="TODO"/>
<!-- TODO change back to warning after MV5 -->
<property name="severity" value="info"/> <property name="severity" value="info"/>
</module> </module>
<module name="TrailingComment"> <module name="TrailingComment">