Skip to content
Snippets Groups Projects
Commit 9afee3fb authored by Andy Kruth's avatar Andy Kruth
Browse files

[build] changed checkstyle linelength to 120

parent 8874939b
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