CI: codespell: ignore some words in URLs

"trafic,ressources" are found in URIs, due to
https://github.com/codespell-project/actions-codespell/issues/55 we cannot use
wildcard for exclusion, let start with fixed list
This commit is contained in:
Ilya Shipitsin 2024-01-11 20:49:09 +01:00 committed by Willy Tarreau
parent 4cc25f26f9
commit 128490f183

View File

@ -18,3 +18,4 @@ jobs:
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,clen
uri_ignore_words_list: trafic,ressources