From 4761dee19d16e1bcc2e0a3e19d652a74ce0104a4 Mon Sep 17 00:00:00 2001 From: "Sergey G. Brester" Date: Wed, 14 Feb 2024 16:00:24 +0100 Subject: [PATCH] Update .codespellrc: ignore bot-names in configs --- .codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codespellrc b/.codespellrc index a5dd775e..70c5d7d0 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+|.*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