Makefile: Use codespell as intended
This commit is contained in:
parent
21c8c58cb1
commit
798fadc3cb
3
Makefile
3
Makefile
|
@ -78,8 +78,7 @@ check_toc: $(MARKDOWN_FILES:=.toc)
|
|||
rm $*.tmp
|
||||
|
||||
codespell:
|
||||
# Check codespell for errors, but disregard entries in .codespell-whitelist
|
||||
! codespell . --skip ./.git | grep -v 'disabled'
|
||||
codespell . --skip ./.git -I .codespell-whitelist
|
||||
|
||||
lint: $(PY_SPEC_ALL_TARGETS)
|
||||
cd $(PY_SPEC_DIR); . venv/bin/activate; \
|
||||
|
|
Loading…
Reference in New Issue