Skip to content
Snippets Groups Projects
Commit 454f88f8 authored by allanbank's avatar allanbank
Browse files

Merge pull request #517 from kruthar/linelength

[build] changed checkstyle linelength to 120
parents ac4c0a7d 9afee3fb
No related branches found
No related tags found
No related merge requests found
......@@ -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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment