1
0
mirror of http://git.haproxy.org/git/haproxy.git/ synced 2025-03-31 07:37:54 +00:00

CI: extend spellchecker whitelist

let us ignore *.pem files
This commit is contained in:
Ilya Shipitsin 2020-06-21 21:06:55 +05:00 committed by Willy Tarreau
parent aaa34ea622
commit dafc56413c

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,que,ans --skip="CHANGELOG,*.fig"
run: codespell -c -q 2 --ignore-words-list ist,hist,wan,ca,cas,que,ans --skip="CHANGELOG,*.fig,*.pem"