mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 01:25:16 -05:00
Makefile: Use codespell as intended
This commit is contained in:
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; \
|
||||
|
||||
Reference in New Issue
Block a user