Skip to content

Commit

Permalink
Method name allows LE
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviercailloux committed Oct 27, 2018
1 parent b963601 commit cd7fc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF" />
</module>
<module name="MethodName">
<property name="format" value="^[a-z][a-z0-9][a-zA-Z0-9_]*$" />
<property name="format" value="^[a-z][a-z0-9][a-zA-Z0-9_]*$|LE|EQ|GE" />
<message key="name.invalidPattern"
value="Method name ''{0}'' must match pattern ''{1}''." />
</module>
Expand Down

0 comments on commit cd7fc5c

Please sign in to comment.