Further adjust regex since apparently \b would not match at the beginning of e.g. [Uu]ser

pull/3630/head
Yaroslav Halchenko 2023-11-16 11:11:16 -05:00
parent dcb0177d96
commit e2ede1a43e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ check-hidden = true
# Ignore all acronyms etc as plenty e.g. in fail2ban/server/strptime.py
# 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-regex = (\b([A-Z][A-Z][A-Z]+|\[[a-zA-Z]+\][a-z]+|gir\.st)\b)|[a-z]+://\S+
ignore-regex = (\b([A-Z][A-Z][A-Z]+|gir\.st)\b)|\[[a-zA-Z]+\][a-z]+\b|[a-z]+://\S+
# some oddly named variables, some names, etc
# wee -- comes in regex etc for weeks
ignore-words-list = theis,timere,alls,wee,wight,ans