mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-24 16:11:04 +00:00
Add codespell config
This commit is contained in:
parent
bb777f9e94
commit
373a7af8ff
1 changed files with 7 additions and 0 deletions
7
.codespellrc
Normal file
7
.codespellrc
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
[codespell]
|
||||||
|
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
||||||
|
skip = .git*,*.svg,go.sum,.codespellrc,vendor,i18n,Keybindings_*.md
|
||||||
|
check-hidden = true
|
||||||
|
# camel-cased
|
||||||
|
ignore-regex = (\b[A-Za-z][a-z]*[A-Z]\S+\b|\.edn\b|\S+…|\\nd\b)
|
||||||
|
ignore-words-list = fomrat,inbetween
|
||||||
Loading…
Add table
Reference in a new issue