fail2ban/.codespellrc

13 lines
678 B
Text
Raw Permalink Normal View History

2023-11-16 15:42:20 +00:00
[codespell]
2023-11-16 15:53:31 +00:00
# THANKS - names
2023-11-26 17:16:42 +00:00
skip = .git,*.pdf,*.svg,venv,.codespellrc,.typos.toml,THANKS,*test*.log,logs
2023-11-16 15:42:20 +00:00
check-hidden = true
2023-11-16 15:53:31 +00:00
# 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 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.*
2023-11-16 15:53:31 +00:00
# some oddly named variables, some names, etc
# wee -- comes in regex etc for weeks
2025-01-29 20:22:04 +00:00
ignore-words-list = assertIn,theis,timere,alls,wee,wight,ans,re-use,pre-emptive