1
Fork 0

Ignore some links, because it's far too noisy

This commit is contained in:
Jake Howard 2018-02-04 13:04:38 +00:00
parent c91b23fd26
commit eecd9458c1
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -48,7 +48,13 @@ test:
$(NODE_BIN)/yamllint data/*.yml $(NODE_BIN)/yamllint data/*.yml
$(NODE_BIN)/yamllint config.yml $(NODE_BIN)/yamllint config.yml
$(NODE_BIN)/mdspell --en-gb -ranx 'content/**/*.md' $(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 .PHONY: build clean install test