CI: extend spellchecker whitelist, add "clen" as well
"clen" is all around the code, since codespell cannot distingush variables names, let us ignore it
This commit is contained in:
parent
e247038b1c
commit
edfa7c99e9
|
@ -16,4 +16,4 @@ jobs:
|
|||
- uses: codespell-project/actions-codespell@master
|
||||
with:
|
||||
skip: CHANGELOG,Makefile,*.fig,*.pem,./doc/design-thoughts,./doc/internals
|
||||
ignore_words_list: ist,ists,hist,wan,ca,cas,que,ans,te,nd,referer,ot,uint,iif,fo,keep-alives,dosen,ifset,thrid,strack,ba,chck,hel,unx,mor
|
||||
ignore_words_list: ist,ists,hist,wan,ca,cas,que,ans,te,nd,referer,ot,uint,iif,fo,keep-alives,dosen,ifset,thrid,strack,ba,chck,hel,unx,mor,clen
|
||||
|
|
Loading…
Reference in New Issue