properly test config
This commit is contained in:
parent
beaa167eac
commit
101f665ef3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -54,7 +54,7 @@ lint:
|
||||||
$(NODE_BIN)/sass-lint -vqc .sass-lint.yml
|
$(NODE_BIN)/sass-lint -vqc .sass-lint.yml
|
||||||
$(ENV)/flake8 $(BASEDIR)/plugins/ $(FLAKE8_IGNORE)
|
$(ENV)/flake8 $(BASEDIR)/plugins/ $(FLAKE8_IGNORE)
|
||||||
$(ENV)/flake8 $(BASEDIR)/scripts/ $(FLAKE8_IGNORE)
|
$(ENV)/flake8 $(BASEDIR)/scripts/ $(FLAKE8_IGNORE)
|
||||||
$(ENV)/flake8 $(BASEDIR)/pelicanconf.py $(FLAKE8_IGNORE)
|
$(ENV)/flake8 $(BASEDIR)/config/ $(FLAKE8_IGNORE)
|
||||||
|
|
||||||
spellcheck:
|
spellcheck:
|
||||||
$(NODE_BIN)/mdspell --en-gb -ranx theme/templates/**/*.* theme/templates/*.*
|
$(NODE_BIN)/mdspell --en-gb -ranx theme/templates/**/*.* theme/templates/*.*
|
||||||
|
|
Reference in a new issue