Files
node/.linkspector.yml

9 lines
321 B
YAML

dirs:
- .
excludedFiles:
- RELEASES.md # This file has too many links to efficiently check
ignorePatterns:
- pattern: '^http://localhost.*$' # Localhost links are used during tutorials
- pattern: "^https://.+\\.lux-dev\\.network$" # This check doesn't have the correct credentials
useGitIgnore: true