mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-05 14:47:07 +02:00
CI: codespell: add "pres" to spellcheck whitelist
spellcheck was triggered by the following: * pres : same as "res" but using the parent stream, if any. "pres" variables are only accessible during response processing of the parent stream.
This commit is contained in:
parent
30df5b0f23
commit
bd477d5f51
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
@ -18,5 +18,5 @@ jobs:
|
||||
- uses: codespell-project/actions-codespell@master
|
||||
with:
|
||||
skip: CHANGELOG,Makefile,*.fig,*.pem,./doc/design-thoughts,./doc/internals
|
||||
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,clen,collet,bu,htmp,siz,experim
|
||||
ignore_words_list: pres,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,clen,collet,bu,htmp,siz,experim
|
||||
uri_ignore_words_list: trafic,ressources
|
||||
|
Loading…
Reference in New Issue
Block a user