Skip to content

Commit 3e0769d

Browse files
committed
Fix checkstyle: allow long URLS inside comments
1 parent 2743e3e commit 3e0769d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ page at http://checkstyle.sourceforge.net/config.html -->
192192

193193
<property name="ignorePattern"
194194
value="${com.puppycrawl.tools.checkstyle.checks.sizes.LineLength.ignorePattern}"
195-
default="^(package .*;\s*)|(import .*;\s*)|( *\* *https?://.*)$"/>
195+
default="^(package .*;\s*)|(import .*;\s*)|( *(\*|//).*https?://.*)$"/>
196196
</module>
197197

198198
<module name="LeftCurly">

0 commit comments

Comments
 (0)