Skip to content

Commit

Permalink
Remove method length check from checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraLS3 committed Nov 30, 2024
1 parent 7c2c82e commit d341c5b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Plan/config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
<property name="max" value="50"/>
</module>

<module name="MethodLength">
<!-- This value is high. Notable: InspectPage: 138 -->
<property name="max" value="150"/>
</module>

<!-- Java Style -->
<module name="ArrayTypeStyle"/>
<module name="AvoidNestedBlocks"/>
Expand Down

0 comments on commit d341c5b

Please sign in to comment.