From 101f665ef314227a2ceafc6bb97b66e3c2c16012 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 8 Sep 2016 22:22:50 +0100 Subject: [PATCH] properly test config --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3bb4c6f..157ab43 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ lint: $(NODE_BIN)/sass-lint -vqc .sass-lint.yml $(ENV)/flake8 $(BASEDIR)/plugins/ $(FLAKE8_IGNORE) $(ENV)/flake8 $(BASEDIR)/scripts/ $(FLAKE8_IGNORE) - $(ENV)/flake8 $(BASEDIR)/pelicanconf.py $(FLAKE8_IGNORE) + $(ENV)/flake8 $(BASEDIR)/config/ $(FLAKE8_IGNORE) spellcheck: $(NODE_BIN)/mdspell --en-gb -ranx theme/templates/**/*.* theme/templates/*.*