From 34c3c1a6f0b22d4ce1626361c9fc80653ecc69b7 Mon Sep 17 00:00:00 2001 From: Viktor Liu Date: Wed, 6 May 2026 10:21:13 +0200 Subject: [PATCH] Whitelist 'ede' in codespell --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 62dfe9bce..badb528ad 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -19,7 +19,7 @@ jobs: - name: codespell uses: codespell-project/actions-codespell@v2 with: - ignore_words_list: erro,clienta,hastable,iif,groupd,testin,groupe,cros,ans,deriver,te,userA + ignore_words_list: erro,clienta,hastable,iif,groupd,testin,groupe,cros,ans,deriver,te,userA,ede skip: go.mod,go.sum,**/proxy/web/** golangci: strategy: