mirror of
https://github.com/9001/copyparty.git
synced 2025-11-24 07:23:22 -07:00
Ignore various 'interesting' words from codespell
ignore camelCase123
This commit is contained in:
parent
1155119be8
commit
0e60d21edc
|
|
@ -166,7 +166,8 @@ no_implicit_reexport = false
|
|||
|
||||
[tool.codespell]
|
||||
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
||||
skip = '.git*,*.svg,*.lock,*.css,*.min.*'
|
||||
skip = '.git*,*.svg,*.lock,*.css,*.min.*,tl,pyproject.toml,*.patch'
|
||||
check-hidden = true
|
||||
# ignore-regex = ''
|
||||
# ignore-words-list = ''
|
||||
# ignore camelcase
|
||||
ignore-regex = '\b[a-z]+[A-Z][A-Za-z0-9]*\b'
|
||||
ignore-words-list = 'caf,cips,ans,ded,wark,warks,halp,ser,oen,datas,slin,nd,te,pres,ths,wast,clen,fo'
|
||||
|
|
|
|||
Loading…
Reference in a new issue