-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.lychee.toml
More file actions
21 lines (20 loc) · 1.16 KB
/
.lychee.toml
File metadata and controls
21 lines (20 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
max_concurrency = 4
timeout = 20
exclude_private = true
accept = ["200..299", "403"]
# Temporarily exclude pkg.go.dev until Go Docs recognizes the new module (24-48 hours after first push)
# Exclude raw.githack.com coverage link until Wiki is populated by first CI push
exclude = [
"https://pkg.go.dev/github.com/YuminosukeSato/pyproc",
"https://raw.githack.com/wiki/YuminosukeSato/pyproc/coverage.html",
"https://man7.org/.*",
# Exclude example/overlay links that are added by other PRs in the same release
"https://github.com/YuminosukeSato/pyproc/tree/main/examples/helm-gke-.*",
"https://github.com/YuminosukeSato/pyproc/tree/main/examples/helm-eks-.*",
"https://github.com/YuminosukeSato/pyproc/tree/main/examples/helm-aks-.*",
"https://github.com/YuminosukeSato/pyproc/tree/main/examples/helm-secrets-.*",
"https://github.com/YuminosukeSato/pyproc/tree/main/deploy/kustomize/overlays/gke-.*",
"https://github.com/YuminosukeSato/pyproc/tree/main/deploy/kustomize/overlays/eks-.*",
"https://github.com/YuminosukeSato/pyproc/tree/main/deploy/kustomize/overlays/aks-.*",
"https://github.com/YuminosukeSato/pyproc/tree/main/deploy/kustomize/overlays/secrets-.*"
]