LineLength become 100

This commit is contained in:
Roman Ivanov 2014-07-20 14:44:54 -07:00
parent ebedf30f3d
commit 244d240507
1 changed files with 1 additions and 1 deletions

View File

@ -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">