mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +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:
parent
237ac72c32
commit
d4585a024d
@ -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
|
||||||
|
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user