mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 15:11:02 +00:00
7 lines
291 B
Text
7 lines
291 B
Text
[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
|