From 8542c44e980b9abcaaf484a51b1e3a663c4849df Mon Sep 17 00:00:00 2001 From: "Sergey G. Brester" Date: Wed, 14 Feb 2024 16:04:22 +0100 Subject: [PATCH] amend --- .codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codespellrc b/.codespellrc index 70c5d7d0..f9398ec4 100644 --- a/.codespellrc +++ b/.codespellrc @@ -6,7 +6,7 @@ check-hidden = true # Try to identify incomplete words which are part of a regex, hence having [] at the beginning # Ignore all urls as something with :// in it # Ignore all lines with codespell-ignore in them for pragma annotation -ignore-regex = (\b([A-Z][A-Z][A-Z]+|gir\.st)\b)|\[[a-zA-Z]+\][a-z]+\b|[a-z]+://\S+|^\w*bots\w*\s*=|.*codespell-ignore.* +ignore-regex = (\b([A-Z][A-Z][A-Z]+|gir\.st)\b)|\[[a-zA-Z]+\][a-z]+\b|[a-z]+://\S+|^\w*bots\w*\s*=.*|.*codespell-ignore.* # some oddly named variables, some names, etc # wee -- comes in regex etc for weeks ignore-words-list = theis,timere,alls,wee,wight,ans,re-use