mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-05 22:56:57 +02:00
CI: codespell: ignore some words in URLs
"trafic,ressources" are found in URIs, due to https://github.com/codespell-project/actions-codespell/issues/55 we cannot use wildcard for exclusion, let start with fixed list
This commit is contained in:
parent
4cc25f26f9
commit
128490f183
1
.github/workflows/codespell.yml
vendored
1
.github/workflows/codespell.yml
vendored
@ -18,3 +18,4 @@ jobs:
|
||||
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
|
||||
uri_ignore_words_list: trafic,ressources
|
||||
|
Loading…
Reference in New Issue
Block a user