mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
custom skips for codespell
Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
This commit is contained in:
parent
a484954d74
commit
820c2bc0fd
1 changed files with 4 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue