Skip to content

Commit 2ba6686

Browse files
[Feat] add status code warnings to linkchecker
1 parent 5d3d352 commit 2ba6686

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

linkinator.config.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,13 @@
77
"skip": [
88
".*(\\.js|\\.css)$",
99
"http://localhost",
10-
"https://github.com/libremfg/libremfg.github.io/edit/main/content/",
11-
"https://rhize.com/contact-us/",
12-
"https://opcfoundation.org/about/opc-technologies/opc-ua/",
13-
"https://the-guild.dev/graphql/tools/docs/schema-directives",
14-
"https://rhize.com/blog/what-is-a-manufacturing-data-hub/",
15-
"https://rhize.com/blog/manufacturing-data-hub-vs-data-lake/",
16-
"https://rhize.com/blog/how-much-do-i-need-to-model-when-applying-the-isa-95-standard/",
17-
"https://rhize.com/blog/reframing-perspective-on-isa95/",
18-
"https://github.com/libremfg/libremfg.github.io/tree/main/static/checksums/v3.0.1-checksums.txt",
19-
"https://webstore.ansi.org/standards/isa/ansiisa9500032013"
10+
"https://github.com/libremfg/libremfg.github.io/edit/main/content/"
2011
],
2112
"verbosity": "error",
22-
"format": "json"
13+
"format": "json",
14+
"statusCodes": {
15+
"403": "warn",
16+
"429": "warn",
17+
"5xx": "skip"
18+
}
2319
}

0 commit comments

Comments
 (0)