Skip to content

Commit

Permalink
refs #167: update link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkin committed Jun 26, 2023
1 parent 4129c4d commit 8f204a8
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 77 deletions.
5 changes: 5 additions & 0 deletions content/.mlvignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
^/downloads/
drupal.org
udemy.com
sparkfabrik.loc
acme.sparkfabrik.com
222 changes: 146 additions & 76 deletions custom/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "server.js",
"scripts": {
"start": "node server.js",
"check": "markdown-link-validator -q -e -o -i ^/downloads/ -i drupal.org -i udemy.com -i sparkfabrik.loc -i acme.sparkfabrik.com ./content",
"check": "markdown-link-validator -q -e -o -c 403 --ignorePatternsFrom ./content/.mlvignore ./content",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "https://creativecommons.org/licenses/by-sa/4.0/",
Expand Down

0 comments on commit 8f204a8

Please sign in to comment.