Disable checktyle rule

This commit is contained in:
Anton Tananaev 2024-11-17 08:32:21 -08:00
parent a0c77b0c47
commit 3c48fd6103

View File

@ -77,10 +77,10 @@
<!-- See http://checkstyle.sf.net/config_sizes.html -->
<!--<module name="MethodLength">
<property name="max" value="200"/>
</module>-->
</module>
<module name="ParameterNumber">
<property name="tokens" value="METHOD_DEF"/>
</module>
</module>-->
<!-- Checks for whitespace -->
<!-- See http://checkstyle.sf.net/config_whitespace.html -->