Skip to content

Commit

Permalink
HSEARCH-1292 Add checkstyle module: MethodParamPad
Browse files Browse the repository at this point in the history
 Checks the padding between the identifier of a method definition,
 constructor definition, method call, or constructor invocation; and the
 left parenthesis of the parameter list.
  • Loading branch information
DavideD authored and Sanne committed Apr 24, 2013
1 parent 2c55c5d commit e4f5a12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/build-config/checkstyle.xml
Expand Up @@ -50,6 +50,12 @@
<module name="PackageAnnotation" />
<module name="CovariantEquals" />
<module name="ModifiedControlVariable" />

<module name="MethodParamPad">
<property name="option" value="nospace" />
<property name="allowLineBreaks" value="false" />
</module>

</module>

<module name="NewlineAtEndOfFile">
Expand Down

0 comments on commit e4f5a12

Please sign in to comment.