Skip to content

Commit

Permalink
checkstyle.xml: increase the max method length to 150 lines
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jul 9, 2024
1 parent d7f1722 commit 0aabb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
<!-- Checks for size violations -->
<!-- See https://checkstyle.org/checks/sizes -->
<module name="MethodLength">
<property name="max" value="120"/>
<property name="max" value="150"/>
</module>
<module name="ParameterNumber">
<property name="max" value="10"/>
Expand Down

0 comments on commit 0aabb20

Please sign in to comment.