Skip to content

Commit

Permalink
Merge pull request brianfrankcooper#517 from kruthar/linelength
Browse files Browse the repository at this point in the history
[build] changed checkstyle linelength to 120
  • Loading branch information
allanbank committed Dec 4, 2015
2 parents ac4c0a7 + 9afee3f commit 454f88f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ LICENSE file.

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

Expand Down

0 comments on commit 454f88f

Please sign in to comment.