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