mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Exclude .typos.toml in codespellrc
This commit is contained in:
parent
6bfc23b868
commit
70e964c062
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[codespell]
|
||||
# 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
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue