mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-20 23:49:54 +00:00
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…
x
Reference in New Issue
Block a user