From ae55790089e3fef6a16e2f297413e5cc5b25d77f Mon Sep 17 00:00:00 2001 From: Trevin Chow Date: Mon, 4 May 2026 02:45:56 -0700 Subject: [PATCH] fix(linkcheck): allowlist montecarlodata.com to silence false-positive 415 Refs #144. The Monte Carlo Data home page (https://www.montecarlodata.com/) returns 200 from a browser but rejects lychee-action's HEAD request with 415 Unsupported Media Type. The URL itself is correct, so adding it to .lycheeignore is the right fix (matching the existing http://docs.basho.com/riak/kv/ entry pattern). Leaves the Matillion entry to PR #145, which is already addressing the other error in #144. --- .lycheeignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.lycheeignore b/.lycheeignore index 824d03d..13cee6c 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1 +1,2 @@ -http://docs.basho.com/riak/kv/ \ No newline at end of file +http://docs.basho.com/riak/kv/ +https://www.montecarlodata.com/