Skip to content

Commit

Permalink
Adds checkstyle MethodName (getodk#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
shobhitagarwal1612 authored and yanokwa committed Apr 13, 2017
1 parent 85820f6 commit 78281ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collect_app/config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,11 @@
<property name="allowedAnnotations" value="Override, Test"/>
<property name="allowThrowsTagsForSubclasses" value="true"/>
</module> -->
<!-- <module name="MethodName">
<module name="MethodName">
<property name="format" value="^[a-z][a-z0-9][a-zA-Z0-9_]*$"/>
<message key="name.invalidPattern"
value="Method name ''{0}'' must match pattern ''{1}''."/>
</module> -->
</module>
<!-- <module name="SingleLineJavadoc">
<property name="ignoreInlineTags" value="false"/>
</module> -->
Expand Down

0 comments on commit 78281ed

Please sign in to comment.