Checkstyle max line length should be 120

This commit is contained in:
Filip Hrisafov 2020-04-05 09:29:00 +02:00
parent bbd68baf64
commit b7d5e557c1

View File

@ -32,7 +32,7 @@
<module name="FileLength"/>
<module name="LineLength">
<property name="max" value="150"/>
<property name="max" value="120"/>
<property name="fileExtensions" value="java" />
</module>