mirror of
https://github.com/9001/copyparty.git
synced 2025-11-24 07:23:22 -07:00
Ignore shortcut definitions like "[r]equire" and nin
This commit is contained in:
parent
5a34e4f761
commit
555ed18044
|
|
@ -169,5 +169,5 @@ no_implicit_reexport = false
|
||||||
skip = '.git*,*.svg,*.lock,*.css,*.min.*,tl,pyproject.toml,*.patch'
|
skip = '.git*,*.svg,*.lock,*.css,*.min.*,tl,pyproject.toml,*.patch'
|
||||||
check-hidden = true
|
check-hidden = true
|
||||||
# ignore camelcase
|
# ignore camelcase
|
||||||
ignore-regex = '\b[a-z]+[A-Z][A-Za-z0-9]*\b'
|
ignore-regex = '(\b[a-z]+[A-Z][A-Za-z0-9]*\b|\[[a-z]\][a-z]+\b)'
|
||||||
ignore-words-list = 'caf,cips,ans,ded,wark,warks,halp,ser,oen,datas,slin,nd,te,pres,ths,wast,clen,fo'
|
ignore-words-list = 'caf,cips,ans,ded,wark,warks,halp,ser,oen,datas,slin,nd,te,pres,ths,wast,clen,fo,nin,fils,tre,tred'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue