Increase line length from 100 to 120

This commit is contained in:
a.romanov 2021-01-28 14:43:00 +03:00 committed by Alexander Romanov
parent 9c83145a5c
commit 9cee345c98

View File

@ -40,9 +40,10 @@
<property name="eachLine" value="true"/>
</module>
<!-- Increased from 100 to 120 to match IDEA defaults -->
<module name="LineLength">
<property name="fileExtensions" value="java"/>
<property name="max" value="100"/>
<property name="max" value="120"/>
<property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://"/>
</module>