mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 11:02:35 +01:00
Disable TodoComment in checkstyle.xml
This commit is contained in:
parent
282d3dbf8c
commit
fed9197d23
@ -168,10 +168,10 @@
|
|||||||
<!-- See https://checkstyle.org/config_misc.html -->
|
<!-- See https://checkstyle.org/config_misc.html -->
|
||||||
<module name="ArrayTypeStyle"/>
|
<module name="ArrayTypeStyle"/>
|
||||||
<module name="FinalParameters"/>
|
<module name="FinalParameters"/>
|
||||||
<module name="TodoComment">
|
<!--<module name="TodoComment">
|
||||||
<property name="format" value="(TODO:|FIXME:)"/>
|
<property name="format" value="(TODO:|FIXME:)"/>
|
||||||
<property name="severity" value="warning"/>
|
<property name="severity" value="warning"/>
|
||||||
</module>
|
</module>-->
|
||||||
<module name="UpperEll"/>
|
<module name="UpperEll"/>
|
||||||
|
|
||||||
<!-- https://checkstyle.org/config_filters.html#SuppressionXpathFilter -->
|
<!-- https://checkstyle.org/config_filters.html#SuppressionXpathFilter -->
|
||||||
|
Loading…
Reference in New Issue
Block a user