From: Ilya Shipitsin Date: Tue, 5 May 2020 16:20:54 +0000 (+0500) Subject: CI: extend spellchecker whitelist X-Git-Tag: v2.2-dev8~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4289f7525ade4caced9c532bf2ec79a08d5def90;p=thirdparty%2Fhaproxy.git CI: extend spellchecker whitelist let us ignore *.fig files as well as "que" and "ans" words --- diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index e70de5e5d7..9a630cf322 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 --skip CHANGELOG + run: codespell -c -q 2 --ignore-words-list ist,hist,wan,ca,cas,que,ans --skip="CHANGELOG,*.fig"