config: suppression for linkcheck plugin over link that have &

This commit is contained in:
Roman Ivanov 2016-04-14 18:45:38 -07:00
parent 95cd52de39
commit 72225ea73c
1 changed files with 2 additions and 0 deletions

View File

@ -1216,6 +1216,8 @@
<!-- reason described at https://github.com/checkstyle/checkstyle/issues/3080 -->
<excludedLink>https://gratipay.com/checkstyle/</excludedLink>
<excludedLink>https://www.scm-manager.org/</excludedLink>
<!-- linkcheck plugin can not resolve &amps; inside url -->
<excludedLink>https://flattr.com/submit/</excludedLink>
</excludedLinks>
</configuration>
</plugin>