CI: extend spellchecker whitelist

let us ignore *.fig files as well as "que" and "ans" words
This commit is contained in:
Ilya Shipitsin 2020-05-05 21:20:54 +05:00 committed by Willy Tarreau
parent 4329a9af5a
commit 4289f7525a
1 changed files with 1 additions and 1 deletions

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