From: Ilya Shipitsin Date: Thu, 11 Jan 2024 19:49:10 +0000 (+0100) Subject: CI: codespell: add more words to whitelist X-Git-Tag: v3.0-dev2~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07dc3731632a75e36f340517cfa7cb55358670ef;p=thirdparty%2Fhaproxy.git CI: codespell: add more words to whitelist "Collet" is "Yann Collet" - a developer of xxhash "bu" is variable name in src/sock_unix.c "htmp" is variable name in src/quic_retransmit.c --- diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 71d7626e3a..de99e4c4db 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -17,5 +17,5 @@ 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,clen + 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,collet,bu,htmp uri_ignore_words_list: trafic,ressources