custom skips for codespell

Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
This commit is contained in:
Yaroslav Halchenko 2024-07-15 07:05:31 -10:00 committed by Stefan Haller
parent a484954d74
commit 820c2bc0fd

View file

@ -1,6 +1,7 @@
[codespell] [codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file # Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = .git*,go.sum,*.lock,.codespellrc skip = .git*,go.sum,*.lock,.codespellrc,vendor,translations,Keybindings_*.md
check-hidden = true check-hidden = true
# ignore-regex = # camel-cased
# ignore-words-list = ignore-regex = (\b[A-Za-z][a-z]*[A-Z]\S+\b|\.edn\b|\S+…)
ignore-words-list = fomrat,inbetween