mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-10 21:01:17 +01:00
Add a todo about the todo checkstyle to enable todo warning after mv
This commit is contained in:
parent
1dfdb611c6
commit
e005b266ea
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user