Skip to content

Commit

Permalink
Updating LineLength to validate with same limits as Eclipse settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lodejard committed Nov 16, 2011
1 parent aca097f commit 865322c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion microsoft-azure-api/src/config/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@

<!-- Checks for Size Violations. -->
<!-- See http://checkstyle.sf.net/config_sizes.html -->
<module name="LineLength"/>
<module name="LineLength">
<property name="max" value="160" />
</module>
<module name="MethodLength"/>
<module name="ParameterNumber"/>

Expand Down

0 comments on commit 865322c

Please sign in to comment.