diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-04-28 22:43:44 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-04-28 22:43:44 +0200 |
commit | 568f063fb5e22517919e80ad5654df109f945fce (patch) | |
tree | d2006c2ce33c531069eecaf6395842c7df0d211e | |
parent | 00fd2149d708e13f0e3dbd3a7a1c07b54586ee0e (diff) | |
download | blog-568f063fb5e22517919e80ad5654df109f945fce.tar |
Review link check
-rw-r--r-- | .lycheeignore | 1 | ||||
-rwxr-xr-x | script/check | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.lycheeignore b/.lycheeignore index f10c93d..42fe8df 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1 +1,2 @@ http://100.64.1.2:8080/disklabel_template +puffy@127.0.0.1 diff --git a/script/check b/script/check index a7de23f..ca9845c 100755 --- a/script/check +++ b/script/check @@ -8,9 +8,7 @@ cabal v2-run exe:site -- rebuild # See also .lycheeignore file. lychee \ - --exclude-link-local \ --exclude-loopback \ - --exclude-mail \ --exclude-private \ --format detailed \ _site/ |