mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
Co-authored-by: EdwardAngert <2408959-EdwardAngert@users.noreply.gitlab.com> Co-authored-by: Steven Masley <Emyrk@users.noreply.github.com> Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
24 lines
683 B
YAML
24 lines
683 B
YAML
dirs:
|
|
- docs
|
|
excludedDirs:
|
|
# Downstream bug in linkspector means large markdown files fail to parse
|
|
# but these are autogenerated and shouldn't need checking
|
|
- docs/reference
|
|
# Older changelogs may contain broken links
|
|
- docs/changelogs
|
|
ignorePatterns:
|
|
- pattern: "localhost"
|
|
- pattern: "example.com"
|
|
- pattern: "mailto:"
|
|
- pattern: "127.0.0.1"
|
|
- pattern: "0.0.0.0"
|
|
- pattern: "JFROG_URL"
|
|
- pattern: "coder.company.org"
|
|
# These real sites were blocking the linkspector action / GitHub runner IPs(?)
|
|
- pattern: "i.imgur.com"
|
|
- pattern: "code.visualstudio.com"
|
|
- pattern: "www.emacswiki.org"
|
|
- pattern: "linux.die.net/man"
|
|
aliveStatusCodes:
|
|
- 200
|