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
1 changed files with 1 additions and 0 deletions

View File

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