Skip to content

Commit 42b9cdc

Browse files
committed
Fix checkstyle: allow long URLs inside comments
1 parent 49d77eb commit 42b9cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkstyle.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ page at http://checkstyle.sourceforge.net/config.html -->
193193

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

199199
<module name="LeftCurly">

0 commit comments

Comments
 (0)