mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-15 22:26:40 +02:00
custom skips for codespell
Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
This commit is contained in:
parent
a484954d74
commit
820c2bc0fd
@ -1,6 +1,7 @@
|
||||
[codespell]
|
||||
# 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
|
||||
# ignore-regex =
|
||||
# ignore-words-list =
|
||||
# camel-cased
|
||||
ignore-regex = (\b[A-Za-z][a-z]*[A-Z]\S+\b|\.edn\b|\S+…)
|
||||
ignore-words-list = fomrat,inbetween
|
||||
|
Loading…
x
Reference in New Issue
Block a user