Ignore some links, because it's far too noisy
This commit is contained in:
parent
c91b23fd26
commit
eecd9458c1
1 changed files with 7 additions and 1 deletions
8
Makefile
8
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue