From 7085253ac930e01fef9befae0598659f0ff82025 Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Tue, 15 Sep 2020 10:33:18 -0400 Subject: [PATCH] fix: ignore appstore links (#650) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 722a1bf4..46a7f6a4 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ clean: # This tool checks local markdown links as well. # Set to exclude riot links as they trigger false positives link-check: - @go run github.com/raviqqe/liche -r . --exclude "^http://127.*|^https://riot.im/app*|^http://kava-testnet*|^https://testnet-dex*|^https://kava3.data.kava.io*|^https://ipfs.io*" + @go run github.com/raviqqe/liche -r . --exclude "^http://127.*|^https://riot.im/app*|^http://kava-testnet*|^https://testnet-dex*|^https://kava3.data.kava.io*|^https://ipfs.io*|^https://apps.apple.com*" lint: