Skip to content

Commit 4192898

Browse files
authored
Update checkstyle.xml
1 parent 5ea7a40 commit 4192898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<module name="LocalFinalVariableName"/>
118118
<module name="LocalVariableName"/>
119119
<module name="MemberName">
120-
<property name="format" value="^[a-z][a-z0-9][a-zA-Z0-9]*$"/>
120+
<property name="format" value="^[a-z][a-zA-Z0-9]+$"/>
121121
<message key="name.invalidPattern"
122122
value="Member name ''{0}'' must match pattern ''{1}''."/>
123123
</module>

0 commit comments

Comments
 (0)