Skip to content

Commit 5e5a627

Browse files
committed
Long lines
1 parent 2cab1c5 commit 5e5a627

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/conf/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ limitations under the License.
6868
<module name="LineLength">
6969
<!-- Ignore lines that begin with " * ", such as within a Javadoc comment. -->
7070
<property name="ignorePattern" value="^ *\* *[^ ]"/>
71-
<property name="max" value="120"/>
71+
<property name="max" value="160"/>
7272
</module>
7373

7474
</module>

0 commit comments

Comments
 (0)