-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.linkspector.yml
More file actions
30 lines (24 loc) · 1014 Bytes
/
.linkspector.yml
File metadata and controls
30 lines (24 loc) · 1014 Bytes
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
# ================================================================
# 🔗 Linkspector Configuration
# ================================================================
# Checks Markdown files for broken links
# Documentation: https://github.com/UmbrellaDocs/linkspector
# ================================================================
# Directories to scan
dirs:
- .
# Use .gitignore rules
useGitIgnore: true
# ================================================================
# 🚫 IGNORE PATTERNS
# ================================================================
# Some sites block automated requests (403 Forbidden)
# These are legitimate sites but reject bot traffic
# ================================================================
ignorePatterns:
# Bukkit - blocks automated scrapers
- pattern: '^https://dev\.bukkit\.org/.*$'
# SpigotMC - blocks automated scrapers
- pattern: '^https://www\.spigotmc\.org/.*$'
# ISO - blocks automated scrapers
- pattern: '^https://www\.iso\.org/.*$'