Skip to content

Commit

Permalink
Merge pull request #4 from support-project/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
koda-masaru committed Mar 6, 2016
2 parents c31bc3e + 914a916 commit 33b14d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions config/stylecheck.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ Slightly modified version of Sun Checks that better matches the default code for
<module name="LocalFinalVariableName"/>
<module name="LocalVariableName"/>
<module name="MemberName"/>
<module name="MethodName"/>
<module name="MethodName">
<property name="severity" value="ignore"/>
<metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
</module>
<module name="PackageName"/>
<module name="ParameterName"/>
<module name="StaticVariableName"/>
Expand All @@ -41,7 +44,10 @@ Slightly modified version of Sun Checks that better matches the default code for
<module name="LineLength">
<property name="max" value="150"/>
</module>
<module name="MethodLength"/>
<module name="MethodLength">
<property name="severity" value="ignore"/>
<metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
</module>
<module name="ParameterNumber"/>
<module name="EmptyForIteratorPad"/>
<module name="GenericWhitespace"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.support-project</groupId>
<artifactId>common</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>

<name>common</name>
Expand Down

0 comments on commit 33b14d4

Please sign in to comment.