config: exclude for lonks that will not work during validation

This commit is contained in:
Roman Ivanov 2015-11-05 08:19:44 -08:00
parent 923791dda6
commit 81c123379d
1 changed files with 2 additions and 0 deletions

View File

@ -1144,6 +1144,8 @@
<excludedLink>https://twitter.com/checkstyle_java/</excludedLink>
<!-- Excluded due to linkcheck's issue #23: https://issues.apache.org/jira/browse/MLINKCHECK-23-->
<excludedLink>http://www.kclee.com/clemens/java/javancss</excludedLink>
<!-- It is not a strict link, no needt ovalidate, github gives "429 Too Many Requests" for it -->
<excludedLink>https://github.com/search*</excludedLink>
</excludedLinks>
</configuration>
</plugin>