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 9851561 commit 91285bbCopy full SHA for 91285bb
.config/checkstyle/checkstyle.xml
@@ -16,7 +16,7 @@
16
<module name="LineLength">
17
<property name="max" value="120"/>
18
<property name="fileExtensions" value="java"/>
19
- <!-- Ignore default + links in comments -->
+ <!-- Ignore default + links -->
20
<property name="ignorePattern" value="(^(package|import))|(^\s*(\/\/|\*) .*https?.*$)"/>
21
</module>
22
<module name="NewlineAtEndOfFile"/>
0 commit comments