From: Ilya Shipitsin Date: Sun, 20 Dec 2020 20:03:12 +0000 (+0500) Subject: CI: codespell: whitelist "te" and "nd" words X-Git-Tag: v2.4-dev4~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a6347fe3fe312d26f3a9e2b054a0c9e3118869c;p=thirdparty%2Fhaproxy.git CI: codespell: whitelist "te" and "nd" words te is widely used abbrevation for "transfer encoding" nd is variable name "name description" we need to teach codespell those are legitimate --- diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index c706c4e3dc..c75259147b 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 --skip="CHANGELOG,*.fig,*.pem" + run: codespell -c -q 2 --ignore-words-list ist,hist,wan,ca,cas,que,ans,te,nd --skip="CHANGELOG,*.fig,*.pem"