Skip to content

Commit a2871a1

Browse files
committed
Adjusted version specific regex
1 parent d91e882 commit a2871a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/lychee.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ exclude = [
5252
'^mailto:',
5353
'^https?://localhost',
5454
'^https?://127\\.0\\.0\\.1',
55-
'^https://www\.linkedin\.com',
55+
'^https://www\\.linkedin\\.com',
5656
'^https?://(www\\.)?issues\\.umbraco\\.org(/.*)?$',
5757
'^https?://web\\.archive\\.org/web/',
58-
'#umbraco-[0-9]+$'
58+
'(?i)version-specific#umbraco-[0-9]+$',
59+
'(?i)#umbraco-[0-9]+$'
5960
]
6061

6162
# Exclude these filesystem paths from getting checked.

0 commit comments

Comments
 (0)