From 4289f7525ade4caced9c532bf2ec79a08d5def90 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Tue, 5 May 2020 21:20:54 +0500 Subject: [PATCH] CI: extend spellchecker whitelist let us ignore *.fig files as well as "que" and "ans" words --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index e70de5e5d..9a630cf32 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"