2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 01:51:51 +00:00

Makefile: move codespell options to .codespellrc

This way,
 - Makefile is less cluttered;
 - one can run codespell from the command line.

Fixes: fd7e97fcf ("lint: exclude tags file from codespell")
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin 2025-01-31 14:45:03 -08:00 committed by Andrei Vagin
parent 237ac72c32
commit d4585a024d
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
[codespell] [codespell]
skip = ./.git,./test/pki skip = ./.git,./test/pki,./tags
ignore-words-list = creat,fpr,fle,ue,bord,parms,nd,te,testng,inh,wronly,renderd,bui,clen,sems ignore-words-list = creat,fpr,fle,ue,bord,parms,nd,te,testng,inh,wronly,renderd,bui,clen,sems

View File

@ -466,7 +466,7 @@ shellcheck:
shellcheck -x test/others/action-script/*.sh shellcheck -x test/others/action-script/*.sh
codespell: codespell:
codespell -S tags codespell
lint: ruff shellcheck codespell lint: ruff shellcheck codespell
# Do not append \n to pr_perror, pr_pwarn or fail # Do not append \n to pr_perror, pr_pwarn or fail