From eecd9458c1ad4f009edac6b2ea4b3c3fd17d7da4 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 4 Feb 2018 13:04:38 +0000 Subject: [PATCH] Ignore some links, because it's far too noisy --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 050f6b8..a18b790 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,13 @@ test: $(NODE_BIN)/yamllint data/*.yml $(NODE_BIN)/yamllint config.yml $(NODE_BIN)/mdspell --en-gb -ranx 'content/**/*.md' - $(NODE_BIN)/blcl -ro ./public/ + $(NODE_BIN)/blcl -ro ./public/ \ + --exclude "open.spotify.com"\ + --exclude "p.scdn.co"\ + --exclude "staticflickr.com"\ + --exclude "twitter.com/intent"\ + --exclude "facebook.com/sharer"\ + --exclude "reddit.com/submit" .PHONY: build clean install test