-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.lycheeignore
More file actions
78 lines (56 loc) · 2.09 KB
/
.lycheeignore
File metadata and controls
78 lines (56 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Lychee link checker ignore patterns
# See: https://lychee.cli.rs/usage/config/
# Claude.ai blocks automated requests (returns 403 to bots)
https://claude.ai/code
# SLF4J website occasionally has connectivity issues in CI
http://www.slf4j.org/
https://www.slf4j.org/
# =============================================================================
# External dependency URLs from Maven-generated site documentation
# These links come from third-party POMs and are not maintained by this project
# =============================================================================
# PMD documentation (restructured)
https://pmd.github.io/latest/pmd_userdocs_cpd.html
# ANTLR project pages
https://www.antlr.org/antlr4-runtime/
https://www.antlr.org/antlr4-maven-plugin/
# GitHub project submodule URLs (don't resolve as standalone pages)
https://github.com/vsch/flexmark-java/flexmark.*
https://github.com/jline/jline3/.*
https://github.com/FasterXML/jackson-.*
https://github.com/google/guava/.*
https://github.com/google/guice/.*
# Error Prone annotations
https://errorprone.info/error_prone_annotations
# ByteBuddy project pages
https://bytebuddy.net/byte-buddy.*
# Logback project pages
http://logback.qos.ch/.*
# Objenesis project page
http://objenesis.org/.*
# Apache Velocity tools
https://velocity.apache.org/tools/devel/.*
# Apache Log4j submodule pages
https://logging.apache.org/log4j/2.x/log4j/.*
# Checkstyle documentation (restructured)
https://checkstyle.org/checks/indentation/.*
# Chronicle Software
https://chronicle.software/.*
# Thymeleaf library pages
http://www.thymeleaf.org/thymeleaf-lib/.*
# Sonatype/Nexus (timeouts and missing pages)
http://nexus.sonatype.org/.*
http://forge.sonatype.com/.*
http://spice.sonatype.org/.*
# Jackson Wiki (network errors)
https://wiki.fasterxml.com/.*
# Codehaus Plexus pages
https://codehaus-plexus.github.io/plexus-pom/.*
# Mojohaus plugin pages
http://www.mojohaus.org/.*
# Codehaus Animal Sniffer
http://mojo.codehaus.org/animal-sniffer/.*
# GlassFish/Java.net (timeouts)
https://glassfish.dev.java.net/.*
# Seam Framework CDI
http://www.seamframework.org/.*