LineLength become 100
This commit is contained in:
parent
ebedf30f3d
commit
244d240507
|
|
@ -104,7 +104,7 @@
|
|||
|
||||
<module name="OuterTypeNumber"/>
|
||||
<module name="LineLength">
|
||||
<property name="max" value="120"/>
|
||||
<property name="max" value="100"/>
|
||||
<property name="ignorePattern" value="^ *\* *[^ ]+$"/>
|
||||
</module>
|
||||
<module name="MethodCount">
|
||||
|
|
|
|||
Loading…
Reference in New Issue