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 5bc28b7 commit 7adb9d7Copy full SHA for 7adb9d7
config/checkstyle/checkstyle.xml
@@ -45,7 +45,7 @@
45
<module name="LineLength">
46
<property name="fileExtensions" value="java"/>
47
<property name="max" value="100"/>
48
- <property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://"/>
+ <property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://|[[*]]"/>
49
</module>
50
51
<module name="TreeWalker">
0 commit comments