mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-03 20:13:55 +00:00
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:
parent
2272d8aeea
commit
5a6347fe3f
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user