From: Ilya Shipitsin Date: Mon, 10 May 2021 07:45:18 +0000 (+0500) Subject: CI: extend spellchecker whitelist, add "ists" as well X-Git-Tag: v2.4.0~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c0fcea898a4e4d098ace27625cf08816642a6dd;p=thirdparty%2Fhaproxy.git CI: extend spellchecker whitelist, add "ists" as well codespell does not handle plurals, we already whitelusted "ist", let us whitelist "ists" as well --- diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index c2130ebf9c..de49f43438 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -14,4 +14,4 @@ jobs: - name: install prerequisites run: sudo pip install codespell - name: check - run: codespell -c -q 2 --ignore-words-list ist,hist,wan,ca,cas,que,ans,te,nd,referer,ot,uint,iif,fo,keep-alives,dosen --skip="CHANGELOG,Makefile,*.fig,*.pem" + run: codespell -c -q 2 --ignore-words-list ist,ists,hist,wan,ca,cas,que,ans,te,nd,referer,ot,uint,iif,fo,keep-alives,dosen --skip="CHANGELOG,Makefile,*.fig,*.pem"