We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d77eb commit 42b9cdcCopy full SHA for 42b9cdc
checkstyle.xml
@@ -193,7 +193,7 @@ page at http://checkstyle.sourceforge.net/config.html -->
193
194
<property name="ignorePattern"
195
value="${com.puppycrawl.tools.checkstyle.checks.sizes.LineLength.ignorePattern}"
196
- default="^(package .*;\s*)|(import .*;\s*)|( *\* *https?://.*)$"/>
+ default="^(package .*;\s*)|(import .*;\s*)|( *(\*|//).*https?://.*)$"/>
197
</module>
198
199
<module name="LeftCurly">
0 commit comments