]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: extend spellchecker whitelist, add "ists" as well
authorIlya Shipitsin <chipitsine@gmail.com>
Mon, 10 May 2021 07:45:18 +0000 (12:45 +0500)
committerWilly Tarreau <w@1wt.eu>
Mon, 10 May 2021 21:04:55 +0000 (23:04 +0200)
codespell does not handle plurals, we already whitelusted "ist", let us
whitelist "ists" as well

.github/workflows/codespell.yml

index c2130ebf9c2eea719a6a156e595997081f4e992f..de49f43438f23125d59e286e797bdecb85cc4542 100644 (file)
@@ -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"