Skip to content

Commit 42b8a4b

Browse files
Brijeshthummar02romani
authored andcommitted
Issue #17142: add excluded link to avoid false positives from broken link check
1 parent 8883d3b commit 42b8a4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2205,6 +2205,9 @@
22052205
<excludedLink>https://medium.com/*</excludedLink>
22062206
<!-- until https://github.com/checkstyle/checkstyle/issues/11754 -->
22072207
<excludedLink>https://checkstyle.sourceforge.io/version/6.18</excludedLink>
2208+
<!-- 404 Not Found,
2209+
from broken link check to avoid false positives due to old certificate issues -->
2210+
<excludedLink>https://bugs.eclipse.org/</excludedLink>
22082211
</excludedLinks>
22092212
</configuration>
22102213
</plugin>

0 commit comments

Comments
 (0)