Skip to content
Snippets Groups Projects
Commit 475adc05 authored by David Trattnig's avatar David Trattnig
Browse files

Fix: New ignore path for spelling #95

parent acec5f51
No related branches found
No related tags found
No related merge requests found
Pipeline #2192 failed
......@@ -85,7 +85,7 @@ lint::
python3 -m flake8 .
spell:: SPELL_PATHS := $(wildcard *.md) docs src tests config contrib
spell:: SPELL_PATHS_SKIP := src/client/playerclient.py
spell:: SPELL_PATHS_SKIP := src/aura_engine/client/playerclient.py
spell:: SPELL_IGNORE_FILE := .codespellignore
spell::
codespell --ignore-words "$(SPELL_IGNORE_FILE)" --skip "$(SPELL_PATHS_SKIP)" $(SPELL_PATHS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment