mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-01 09:00:51 +00:00
CI: refactor spelling check
let us switch to codespell github actions instead of invocation from cmdline. also, "ifset,thrid,strack,ba,chck,hel,unx,mor" added to whitelist, those are variable names and special terms widely used in HAProxy
This commit is contained in:
parent
df91cbd584
commit
6569de2b88
14
.github/workflows/codespell.yml
vendored
14
.github/workflows/codespell.yml
vendored
@ -12,12 +12,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install codespell
|
- uses: codespell-project/codespell-problem-matcher@v1
|
||||||
run: sudo pip install codespell
|
- uses: codespell-project/actions-codespell@master
|
||||||
- name: Run codespell
|
with:
|
||||||
run: |
|
skip: CHANGELOG,Makefile,*.fig,*.pem
|
||||||
codespell \
|
ignore_words_list: ist,ists,hist,wan,ca,cas,que,ans,te,nd,referer,ot,uint,iif,fo,keep-alives,dosen,ifset,thrid,strack,ba,chck,hel,unx,mor
|
||||||
-c \
|
|
||||||
-q 2 \
|
|
||||||
--ignore-words-list ist,ists,hist,wan,ca,cas,que,ans,te,nd,referer,ot,uint,iif,fo,keep-alives,dosen \
|
|
||||||
--skip="CHANGELOG,Makefile,*.fig,*.pem"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user