Skip to content

Commit

Permalink
Disable checktyle rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Nov 17, 2024
1 parent a0c77b0 commit 3c48fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit 3c48fd6

Please sign in to comment.