mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
10 lines
469 B
Text
10 lines
469 B
Text
[codespell]
|
|
# THANKS - names
|
|
skip = .git,*.pdf,*.svg,venv,.codespellrc,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-regex = \b[A-Z][A-Z][A-Z]+|\[[a-zA-Z]+\][a-z]+\b
|
|
# some oddly named variables, some names, etc
|
|
# wee -- comes in regex etc for weeks
|
|
ignore-words-list = theis,timere,alls,wee,wight
|