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:
26c5109
)
CI: codespell: whitelist "Dragan Dosen"
author
Ilya Shipitsin
<chipitsine@gmail.com>
Fri, 19 Mar 2021 17:15:12 +0000
(22:15 +0500)
committer
Willy Tarreau
<w@1wt.eu>
Sat, 20 Mar 2021 08:28:53 +0000
(09:28 +0100)
let us tell codespell that "Dosen" is legitimate spelling
.github/workflows/codespell.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/codespell.yml
b/.github/workflows/codespell.yml
index
75c96c0
..
c2130eb
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 --skip="CHANGELOG,Makefile,*.fig,*.pem"
+ 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"