CI: codespell: whitelist "Dragan Dosen"

let us tell codespell that "Dosen" is legitimate spelling
This commit is contained in:
Ilya Shipitsin 2021-03-19 22:15:12 +05:00 committed by Willy Tarreau
parent 26c51097d8
commit 88288e47ca

View File

@ -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"