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

chore(make): simplify spell target by config file

parent aaed2dd0
No related branches found
No related tags found
No related merge requests found
HDA
hda
occuring
fro
\ No newline at end of file
[codespell]
exclude-file = .gitignore
skip = src/archive/*,*.log,.git,*.png,*.db
ignore-words-list = HDA,hda,occuring,fro
count =
quiet-level = 3
......@@ -48,11 +48,8 @@ DOCKER_RUN = @docker run \
lint::
liquidsoap --check src/engine.liq
spell:: SPELL_PATHS := $(wildcard *.md) docs src tests config contrib
spell:: SPELL_PATHS_SKIP := src/archive
spell:: SPELL_IGNORE_FILE := .codespellignore
spell::
codespell --ignore-words "$(SPELL_IGNORE_FILE)" --skip "$(SPELL_PATHS_SKIP)" $(SPELL_PATHS)
codespell $(wildcard *.md) docs src tests config contrib
init.dev::
sudo apt install -y
......
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