Skip to content

Commit

Permalink
checkstyle.xml: increase the maximum method length to 130
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Nov 5, 2024
1 parent 54f7324 commit 76da92e
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 @@ -400,7 +400,7 @@
<!-- Checks for size violations -->
<!-- See https://checkstyle.org/checks/sizes -->
<module name="MethodLength">
<property name="max" value="120"/>
<property name="max" value="130"/>
</module>
<module name="ParameterNumber">
<property name="max" value="18"/>
Expand Down

0 comments on commit 76da92e

Please sign in to comment.