mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 15:17:01 +02:00
CI: codespell: whitelist "Dragan Dosen"
let us tell codespell that "Dosen" is legitimate spelling
This commit is contained in:
parent
26c51097d8
commit
88288e47ca
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
@ -14,4 +14,4 @@ jobs:
|
|||||||
- name: install prerequisites
|
- name: install prerequisites
|
||||||
run: sudo pip install codespell
|
run: sudo pip install codespell
|
||||||
- name: check
|
- 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user