mirror of https://github.com/fail2ban/fail2ban
Exclude .typos.toml in codespellrc
parent
6bfc23b868
commit
70e964c062
|
@ -1,6 +1,6 @@
|
||||||
[codespell]
|
[codespell]
|
||||||
# THANKS - names
|
# THANKS - names
|
||||||
skip = .git,*.pdf,*.svg,venv,.codespellrc,THANKS,*test*.log,logs
|
skip = .git,*.pdf,*.svg,venv,.codespellrc,.typos.toml,THANKS,*test*.log,logs
|
||||||
check-hidden = true
|
check-hidden = true
|
||||||
# Ignore all acronyms etc as plenty e.g. in fail2ban/server/strptime.py
|
# 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
|
# Try to identify incomplete words which are part of a regex, hence having [] at the beginning
|
||||||
|
|
Loading…
Reference in New Issue