From 128490f183d8faff1185ed4600a2cbe67ba90ed2 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Thu, 11 Jan 2024 20:49:09 +0100 Subject: [PATCH] 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 --- .github/workflows/codespell.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3