mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-18 11:47:03 +00:00
CI: extend spellchecker whitelist
let us ignore *.fig files as well as "que" and "ans" words
This commit is contained in:
parent
4329a9af5a
commit
4289f7525a
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 --skip CHANGELOG
|
||||
run: codespell -c -q 2 --ignore-words-list ist,hist,wan,ca,cas,que,ans --skip="CHANGELOG,*.fig"
|
||||
|
Loading…
Reference in New Issue
Block a user