Makefile: Use codespell as intended

This commit is contained in:
Martin Lundfall 2019-12-16 14:11:05 +01:00
parent 21c8c58cb1
commit 798fadc3cb
1 changed files with 1 additions and 2 deletions

View File

@ -78,8 +78,7 @@ check_toc: $(MARKDOWN_FILES:=.toc)
rm $*.tmp rm $*.tmp
codespell: codespell:
# Check codespell for errors, but disregard entries in .codespell-whitelist codespell . --skip ./.git -I .codespell-whitelist
! codespell . --skip ./.git | grep -v 'disabled'
lint: $(PY_SPEC_ALL_TARGETS) lint: $(PY_SPEC_ALL_TARGETS)
cd $(PY_SPEC_DIR); . venv/bin/activate; \ cd $(PY_SPEC_DIR); . venv/bin/activate; \