mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-05-13 14:36:43 +00:00
Some ignores for codespell
This commit is contained in:
parent
4b4c728558
commit
3b3fcde2e6
1 changed files with 8 additions and 3 deletions
11
.codespellrc
11
.codespellrc
|
|
@ -1,5 +1,10 @@
|
|||
[codespell]
|
||||
skip = .git,*.pdf,*.svg,venv,.codespellrc
|
||||
# THANKS - names
|
||||
skip = .git,*.pdf,*.svg,venv,.codespellrc,THANKS,*test*.log,logs
|
||||
check-hidden = true
|
||||
# ignore-regex =
|
||||
# ignore-words-list =
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue