mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +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
8a06ca27cc
commit
d66bc34995
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[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
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -466,7 +466,7 @@ shellcheck:
|
|||
shellcheck -x test/others/action-script/*.sh
|
||||
|
||||
codespell:
|
||||
codespell -S tags
|
||||
codespell
|
||||
|
||||
lint: ruff shellcheck codespell
|
||||
# Do not append \n to pr_perror, pr_pwarn or fail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue