пн, 21 дек. 2020 г. в 15:27, Willy Tarreau <[email protected]>: > Hi Ilya, > > please could you provide a commit message for this one which is totally > cryptic to me: > > > From c0811d0580d7ff5f5650e17afbc5ecf9d173f772 Mon Sep 17 00:00:00 2001 > > From: Ilya Shipitsin <[email protected]> > > Date: Mon, 21 Dec 2020 01:03:12 +0500 > > Subject: [PATCH 1/3] CI: codespell: whitelist "te" and "nd" words > > > > --- > > .github/workflows/codespell.yml | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/.github/workflows/codespell.yml > b/.github/workflows/codespell.yml > > index c706c4e3d..c75259147 100644 > > --- a/.github/workflows/codespell.yml > > +++ b/.github/workflows/codespell.yml > > @@ -14,4 +14,4 @@ jobs: > > - name: install prerequisites > > run: sudo pip install codespell > > - name: check > > - run: codespell -c -q 2 --ignore-words-list > ist,hist,wan,ca,cas,que,ans --skip="CHANGELOG,*.fig,*.pem" > > + run: codespell -c -q 2 --ignore-words-list > ist,hist,wan,ca,cas,que,ans,te,nd --skip="CHANGELOG,*.fig,*.pem" > > -- > > 2.28.0 > > > > I really have no idea what this does nor why :-( > > No need to resend, if you explain this to me in a few words, I'll add > that into your patch and push it. The two others were already applied. >
te is widely used abbrevation for "transfer encoding" nd is variable name "name description" we need to teach codespell those are legitimate > > Thanks! > Willy >

