Skip to content

Commit

Permalink
Update checkstyle.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni0451 authored Jan 6, 2025
1 parent 59b5a76 commit 50163ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@
<module name="OuterTypeFilename"/>
<module name="UpperEll"/>
<module name="ClassTypeParameterName">
<property name="format" value="^[A-Z0-9]+$"/>
<property name="format" value="^[A-Z0-9_]+$"/>
</module>
<!--<module name="ConstantName"/>-->
<module name="InterfaceTypeParameterName">
<property name="format" value="^[A-Z0-9]+$"/>
<property name="format" value="^[A-Z0-9_]+$"/>
</module>
<module name="LambdaParameterName">
<property name="format" value="^[a-z_$][a-zA-Z0-9_$]*$"/>
Expand Down

0 comments on commit 50163ad

Please sign in to comment.