config: suppress permannent linkcheck plugin violation on correct url
This commit is contained in:
parent
c232625893
commit
69bcd327f1
2
pom.xml
2
pom.xml
|
|
@ -1247,6 +1247,8 @@
|
|||
<excludedLink>https://sourceforge.net/projects/checkstyle/</excludedLink>
|
||||
<!-- permanent SSLHandshakeException https://issues.apache.org/jira/browse/MLINKCHECK-28 -->
|
||||
<excludedLink>https://sourceforge.net/projects/checkstyle/files/checkstyle/</excludedLink>
|
||||
<!-- permanent SSLHandshakeException -->
|
||||
<excludedLink>http://vim.sourceforge.net/scripts/script.php?script_id=448</excludedLink>
|
||||
<!-- permanent SSLException -->
|
||||
<excludedLink>https://button.flattr.com/flattr-badge-large.png</excludedLink>
|
||||
<!-- permanent SSLException -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue