Skip to content

Commit

Permalink
Disable line limit
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Jun 12, 2021
1 parent b9ceb32 commit b078604
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 @@ -76,9 +76,9 @@

<!-- Checks for Size Violations. -->
<!-- See http://checkstyle.sf.net/config_sizes.html -->
<module name="MethodLength">
<!--<module name="MethodLength">
<property name="max" value="200"/>
</module>
</module>-->
<module name="ParameterNumber"/>

<!-- Checks for whitespace -->
Expand Down

0 comments on commit b078604

Please sign in to comment.