LineLength become 80
https://groups.google.com/forum/#!topic/checkstyle-devel/mhR8Z4C7jJA
This commit is contained in:
parent
2b41a0b5a3
commit
ebedf30f3d
|
|
@ -104,6 +104,7 @@
|
|||
|
||||
<module name="OuterTypeNumber"/>
|
||||
<module name="LineLength">
|
||||
<property name="max" value="120"/>
|
||||
<property name="ignorePattern" value="^ *\* *[^ ]+$"/>
|
||||
</module>
|
||||
<module name="MethodCount">
|
||||
|
|
|
|||
Loading…
Reference in New Issue