Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit db79189

Browse files
relax method name pattern constraint
1 parent 6a0b45c commit db79189

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

fishercoder_checkstyle.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,6 @@
195195
value="BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR "/>
196196
</module>
197197

198-
<module name="MethodName">
199-
<property name="format" value="^[a-z][a-zA-Z0-9][a-zA-Z0-9_]*$"/>
200-
<message key="name.invalidPattern"
201-
value="Method name ''{0}'' must match pattern ''{1}''."/>
202-
</module>
203-
204198
<module name="MethodLength">
205199
<property name="tokens" value="METHOD_DEF"/>
206200
<property name="max" value="200000"/>

0 commit comments

Comments
 (0)