Skip to content

Commit 7adb9d7

Browse files
author
Gonzalo Diaz
committed
[CONFIG] checkstyle: Line Length check exception for linked documentation in comments
1 parent 5bc28b7 commit 7adb9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<module name="LineLength">
4646
<property name="fileExtensions" value="java"/>
4747
<property name="max" value="100"/>
48-
<property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://"/>
48+
<property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://|[[*]]"/>
4949
</module>
5050

5151
<module name="TreeWalker">

0 commit comments

Comments
 (0)