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
This commit is contained in:
Ilya Shipitsin 2020-12-21 01:03:12 +05:00 committed by Willy Tarreau
parent 2272d8aeea
commit 5a6347fe3f

View 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"