Skip to content

Commit 51a972e

Browse files
committed
fix ignore pattern
Signed-off-by: adam-wolfe <122040687+adam-wolfe@users.noreply.github.com>
1 parent e80832a commit 51a972e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/.linkspector.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ dirs:
22
- .
33
useGitIgnore: true
44
ignorePatterns:
5-
- pattern: '^https://example.com/.*$'
6-
- pattern: '^http://example.com/.*$'
5+
- pattern: '^https://example.com/'
6+
- pattern: '^http://example.com/'

0 commit comments

Comments
 (0)