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 /script | |
parent | 00fd2149d708e13f0e3dbd3a7a1c07b54586ee0e (diff) | |
download | blog-568f063fb5e22517919e80ad5654df109f945fce.tar |
Review link check
Diffstat (limited to 'script')
-rwxr-xr-x | script/check | 2 |
1 files changed, 0 insertions, 2 deletions
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/ |