From: Ilya Shipitsin Date: Thu, 11 Jan 2024 19:49:09 +0000 (+0100) Subject: CI: codespell: ignore some words in URLs X-Git-Tag: v3.0-dev2~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=128490f183d8faff1185ed4600a2cbe67ba90ed2;p=thirdparty%2Fhaproxy.git 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 --- diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 3d66f29807..71d7626e3a 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -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