From: Ilya Shipitsin Date: Fri, 19 Mar 2021 17:15:12 +0000 (+0500) Subject: CI: codespell: whitelist "Dragan Dosen" X-Git-Tag: v2.4-dev14~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88288e47cacc7d7eef9ea797e50c0eaddf83118c;p=thirdparty%2Fhaproxy.git CI: codespell: whitelist "Dragan Dosen" let us tell codespell that "Dosen" is legitimate spelling --- diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 75c96c0544..c2130ebf9c 100644 --- 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"