java-spring: changing LineLength rules

This commit is contained in:
VGKurguzov
2022-12-22 01:45:17 +03:00
parent 44a3f29a79
commit 88f4b6327d

View File

@ -73,6 +73,7 @@
<module name="FileLength"/>
<module name="LineLength">
<property name="fileExtensions" value="java"/>
<property name="max" value="120"/>
</module>
<!-- Checks for whitespace -->