]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: codespell: whitelist "te" and "nd" words
authorIlya Shipitsin <chipitsine@gmail.com>
Sun, 20 Dec 2020 20:03:12 +0000 (01:03 +0500)
committerWilly Tarreau <w@1wt.eu>
Mon, 21 Dec 2020 10:54:06 +0000 (11:54 +0100)
te is widely used abbrevation for "transfer encoding"
nd is variable name "name description"

we need to teach codespell those are legitimate

.github/workflows/codespell.yml

index c706c4e3dc938bac96cb52dd10b63235dd3ca4a9..c75259147bea33297e03277dc93cd7d3fa1c4f06 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 --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"