config: suppression for linkcheck plugin over link that have &
This commit is contained in:
parent
95cd52de39
commit
72225ea73c
2
pom.xml
2
pom.xml
|
|
@ -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 &s; inside url -->
|
||||
<excludedLink>https://flattr.com/submit/</excludedLink>
|
||||
</excludedLinks>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
|||
Loading…
Reference in New Issue