]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: extend spellchecker whitelist
authorIlya Shipitsin <chipitsine@gmail.com>
Tue, 5 May 2020 16:20:54 +0000 (21:20 +0500)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 May 2020 08:10:26 +0000 (10:10 +0200)
let us ignore *.fig files as well as "que" and "ans" words

.github/workflows/codespell.yml

index e70de5e5d7bb539b6cd25faef391a7677bda5c6f..9a630cf322cfb74543b1bc66840dfd30b8ed34e4 100644 (file)
@@ -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"