8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2743e3e commit 3e0769dCopy full SHA for 3e0769d
checkstyle.xml
@@ -192,7 +192,7 @@ page at http://checkstyle.sourceforge.net/config.html -->
192
193
<property name="ignorePattern"
194
value="${com.puppycrawl.tools.checkstyle.checks.sizes.LineLength.ignorePattern}"
195
- default="^(package .*;\s*)|(import .*;\s*)|( *\* *https?://.*)$"/>
+ default="^(package .*;\s*)|(import .*;\s*)|( *(\*|//).*https?://.*)$"/>
196
</module>
197
198
<module name="LeftCurly">
0 commit comments