Skip to content

Commit cbdee68

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Checkstyle: method names set to camelCase pattern.
1 parent 0681ad3 commit cbdee68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
<property name="excludeScope" value="nothing"/>
349349
</module>
350350
<module name="MethodName">
351-
<property name="format" value="^[a-z][a-z0-9]\w*$"/>
351+
<property name="format" value="(^[a-z]|[A-Z0-9])[a-z]*$"/>
352352
<message key="name.invalidPattern"
353353
value="Method name ''{0}'' must match pattern ''{1}''."/>
354354
</module>

0 commit comments

Comments
 (0)