Skip to content

Commit 40228c5

Browse files
committed
Add .linkspector.yml configuration for link checking
1 parent 6fb314d commit 40228c5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.linkspector.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
files:
2+
- README.md
3+
dirs:
4+
- ./
5+
ignorePatterns:
6+
- pattern: '^https://mynicecompany.com/.*$'
7+
- pattern: '^https://odm.*$'
8+
- pattern: '^https://localhost*$'
9+
- pattern: '^https://dummyUrl$'
10+
11+
useGitIgnore: true

0 commit comments

Comments
 (0)