mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-05 12:43:28 +02:00
CI: codespell: whitelist "Dragan Dosen"
let us tell codespell that "Dosen" is legitimate spelling
This commit is contained in:
committed by
Willy Tarreau
parent
26c51097d8
commit
88288e47ca
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,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"
|
||||
|
||||
Reference in New Issue
Block a user