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 2a9a94b commit b7d1bf8Copy full SHA for b7d1bf8
checkstyle.xml
@@ -197,7 +197,7 @@ page at http://checkstyle.sourceforge.net/config.html -->
197
198
<property name="ignorePattern"
199
value="${com.puppycrawl.tools.checkstyle.checks.sizes.LineLength.ignorePattern}"
200
- default="^(package .*;\s*)|(import .*;\s*)|( *\* *https?://.*)$"/>
+ default="^(package .*;\s*)|(import .*;\s*)|( *(\*|//).*https?://.*)$"/>
201
</module>
202
203
<module name="LeftCurly">
0 commit comments