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:
e61f53e
)
CI: extend spellchecker whitelist, add "ists" as well
author
Ilya Shipitsin
<chipitsine@gmail.com>
Mon, 10 May 2021 07:45:18 +0000
(12:45 +0500)
committer
Willy Tarreau
<w@1wt.eu>
Mon, 10 May 2021 21:04:55 +0000
(23:04 +0200)
codespell does not handle plurals, we already whitelusted "ist", let us
whitelist "ists" as well
.github/workflows/codespell.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/codespell.yml
b/.github/workflows/codespell.yml
index
c2130eb
..
de49f43
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,te,nd,referer,ot,uint,iif,fo,keep-alives,dosen --skip="CHANGELOG,Makefile,*.fig,*.pem"
+ run: codespell -c -q 2 --ignore-words-list ist,ists,hist,wan,ca,cas,que,ans,te,nd,referer,ot,uint,iif,fo,keep-alives,dosen --skip="CHANGELOG,Makefile,*.fig,*.pem"