projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2272d8a
)
CI: codespell: whitelist "te" and "nd" words
author
Ilya Shipitsin
<chipitsine@gmail.com>
Sun, 20 Dec 2020 20:03:12 +0000
(
01:03
+0500)
committer
Willy 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
patch
|
blob
|
history
diff --git
a/.github/workflows/codespell.yml
b/.github/workflows/codespell.yml
index
c706c4e
..
c752591
100644
(file)
--- 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"