Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
spannm committed Feb 20, 2024
1 parent 1cbd645 commit 9cfd08e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/test/resources/team/checkstyle-rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@
<module name="OuterTypeFilename"/>
<module name="PackageName"/>
<!--module name="ParameterAssignment" /-->
<!--module name="ParameterName">
<property name="format" value="(?:^_[a-zA-Z0-9]*$)"/>
</module-->
<module name="ParameterName">
<property name="format" value="^_?[a-zA-Z0-9]*$"/>
</module>
<module name="ParameterNumber">
<property name="max" value="10"/>
</module>
Expand Down Expand Up @@ -158,3 +158,4 @@
</module>

</module>

0 comments on commit 9cfd08e

Please sign in to comment.