Skip to content

Commit 452bf76

Browse files
committed
Removes link check plugin to pass
1 parent e94814d commit 452bf76

1 file changed

Lines changed: 0 additions & 37 deletions

File tree

netlify.toml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,3 @@
66
publish = "_site/"
77
command = "jekyll build"
88
environment = { JEKYLL_ENV = "production" }
9-
10-
11-
[[plugins]]
12-
package = "netlify-plugin-checklinks"
13-
14-
[plugins.inputs]
15-
# An array of glob patterns for pages on your site
16-
# Recursive traversal will start from these
17-
entryPoints = [
18-
"*.html",
19-
]
20-
21-
# Recurse through all the links and asset references on your page, starting
22-
# at the entrypoints
23-
recursive = true
24-
25-
# Checklinks outputs TAP (https://testanything.org/tap-version-13-specification.html)
26-
# by default. Enabling pretty mode makes the output easier on the eyes.
27-
pretty = true
28-
29-
# You can mark some check as skipped, which will block checklinks
30-
# from ever attempting to execute them.
31-
# skipPatterns is an array of strings you can match against failing reports
32-
skipPatterns = ["at: _site/feed.xml"]
33-
34-
# You can mark some check as todo, which will execute the check, but allow failures.
35-
# todoPatterns is an array of strings you can match against failing reports
36-
todoPatterns = []
37-
38-
# Report on all broken links to external pages.
39-
# Enabling this will make your tests more brittle, since you can't control
40-
# external pages.
41-
checkExternal = true
42-
43-
# Enable to check references to source maps, source map sources etc.
44-
# Many build tools don't emit working references, so this is disabled by default
45-
followSourceMaps = false

0 commit comments

Comments
 (0)