-
Notifications
You must be signed in to change notification settings - Fork 456
/
.lycheeignore
29 lines (28 loc) · 1.22 KB
/
.lycheeignore
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
<!-- This file lists all links/regex to be ignored by lychee in the Platform: Broken Links Check workflow -->
https://foo.psd1/
https://sts.windows.net/
https://teststringforvalidation.com/
http://localhost/
https://mystorageaccount.blob.core.windows.net
https://mykeyvault.vault.azure.net
https://www.powershellgallery.com
https://github.com/myProject
http://validurltoconfiglocation/
https://mycustomdependencylocation/
http://tools.ietf.org/html/rfc6749#section-3.2
https://adp-/
https://www.contoso.com/webhook
https://adp/
file:///github
@parameters.json
'@odata.type
<!-- The following regex excludes all local file paths besides the ones having an '.md' extension.
That is to ignore false positives such as the ones coming from the 'docs/wiki' folder, where internal references are supporting the Wiki formatting.
To avoid ignoring checks on the 'docs/wiki/media' sub-folder, an explicit inclusion is made at lychee argument level, since 'include' has preference over all excludes.
Ref https://github.com/marketplace/actions/lychee-broken-link-checker and https://github.com/lycheeverse/lychee#commandline-parameters -->
^file:.*([^d]|[^m]d|[^.]md)$