Disable TodoComment in checkstyle.xml

This commit is contained in:
wb9688 2020-04-02 19:43:38 +02:00
parent 282d3dbf8c
commit fed9197d23
1 changed files with 2 additions and 2 deletions

View File

@ -168,10 +168,10 @@
<!-- See https://checkstyle.org/config_misc.html -->
<module name="ArrayTypeStyle"/>
<module name="FinalParameters"/>
<module name="TodoComment">
<!--<module name="TodoComment">
<property name="format" value="(TODO:|FIXME:)"/>
<property name="severity" value="warning"/>
</module>
</module>-->
<module name="UpperEll"/>
<!-- https://checkstyle.org/config_filters.html#SuppressionXpathFilter -->