Skip to content

Commit 9f2b782

Browse files
Added checkstyle fix for long links in comments.
1 parent 90d729e commit 9f2b782

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

checkstyle.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
<!-- See http://checkstyle.sf.net/config_sizes.html -->
6868
<module name="LineLength">
6969
<property name="max" value="140"/>
70+
<property name="ignorePattern" value="^ *\* *[^ ]+$"/>
7071
</module>
7172
<!--<module name="MethodLength"/>-->
7273
<!--<module name="ParameterNumber"/>-->
@@ -135,4 +136,4 @@
135136
<!--<module name="TodoComment"/>-->
136137
<module name="UpperEll"/>
137138
</module>
138-
</module>
139+
</module>

0 commit comments

Comments
 (0)