From: Ilya Shipitsin Date: Sat, 22 Apr 2023 18:11:35 +0000 (+0200) Subject: CI: extend spellchecker whitelist, add "clen" as well X-Git-Tag: v2.8-dev8~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=edfa7c99e953c95d9a578c4caa748f8e9c32d3ec;p=thirdparty%2Fhaproxy.git CI: extend spellchecker whitelist, add "clen" as well "clen" is all around the code, since codespell cannot distingush variables names, let us ignore it --- diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 1e118c70b8..bacd876703 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -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