mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
CI / build (3.10) (push) Has been cancelled
CI / build (3.11) (push) Has been cancelled
CI / build (3.12) (push) Has been cancelled
CI / build (3.13.0) (push) Has been cancelled
CI / build (3.14.0-alpha.1) (push) Has been cancelled
CI / build (3.7) (push) Has been cancelled
CI / build (3.8) (push) Has been cancelled
CI / build (3.9) (push) Has been cancelled
CI / build (pypy3.10) (push) Has been cancelled
Fix more typos
12 lines
666 B
Text
12 lines
666 B
Text
[codespell]
|
|
# THANKS - names
|
|
skip = .git,*.pdf,*.svg,venv,.codespellrc,.typos.toml,THANKS,*test*.log,logs
|
|
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 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.*
|
|
# some oddly named variables, some names, etc
|
|
# wee -- comes in regex etc for weeks
|
|
ignore-words-list = assertIn,theis,timere,alls,wee,wight,ans,re-use
|