mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-27 04:43:37 -04:00
CI: extend spellchecker whitelist
let us ignore *.pem files
This commit is contained in:
parent
aaa34ea622
commit
dafc56413c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue