-
Notifications
You must be signed in to change notification settings - Fork 7
/
.lycheeignore
47 lines (41 loc) · 2.08 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Preconnect URL for fonts: 404 when the domain itself is accessed.
https://fonts.gstatic.com
# Not accessible without being logged into a Google account with access.
https?://docs\.google\.com/document/d/1tQveWA7NWaHSx0ETR9FcXYxbtNa1NHiqwygVl6XanKw(?:/.*)?$
https?://docs\.google\.com/document/d/1uWRiFps6tDA2SpxSxf0C2G9mOVWMQ6TQ(?:/.*)?$
# Not accessible without being logged in to GitHub.
https?://github\.com/ebmdatalab/opensafely-output-review(?:/.*)?$
https?://github\.com/opensafely/covid-vaccine-effectiveness-research(?:/.*)?$
https?://github\.com/opensafely/rapid-reports(?:/.*)?$
https?://github\.com/opensafely/server-instructions(?:/.*)?$
https?://github\.com/opensafely/documentation/network/updates
https?://github\.com/opensafely/research-template/generate
# Block either the GitHub Actions runner or the lychee client.
https?://developers\.cloudflare\.com(?:/.*)?$
https?://www\.encepp\.eu(?:/.*)?$
https?://www\.tandfonline\.com(?:/.*)?$
https?://www\.icnarc\.org(?:/.*)?$
https?://doi\.org(?:/.*)?$
https?://digital.nhs.uk(?:/.*$)?$
# Twitter used to work but is being very flaky.
# This exclusion should be reviewed in future to see if the issue persists.
https?://twitter\.com(?:/.*$)?$
# An example OpenSAFELY project that is not intended to exist.
https?://github\.com/opensafely/example-research-repository(?:/.*)?$
# The following ignore line ignores this link in the source: ../data-sources
#
# MkDocs actually uses an index.md file to generate this,
# but lychee cannot find it from the link and reports it broken.
#
# What lychee tries to resolve in a GitHub Actions runner is:
# file:///home/runner/work/documentation/documentation/data-sources
# which doesn't exist.
#
# The partial checkout path is included:
# * because there's no other easy way to try and generalise,
# in case someone tries to run this outside of GitHub Actions
# * to try and avoid any false matches,
# in case a similar URL path is used elsewhere in the documentation
# (though this is unlikely)
# This line depends on the repository checkout being in `documentation/`.
file:///.*/documentation/data-sources/?$