Skip to content

Commit b7d1bf8

Browse files
committed
Fix checkstyle: allow long URLs inside comments
1 parent 2a9a94b commit b7d1bf8

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
@@ -197,7 +197,7 @@ page at http://checkstyle.sourceforge.net/config.html -->
197197

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

203203
<module name="LeftCurly">

0 commit comments

Comments
 (0)