1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2026-05-20 10:10:33 +02:00
Files
lazygit/.codespellrc
T
Stefan Haller d06522482f Exclude gocui from codespell check
It has too many typos that I don't care about fixing.
2026-04-30 22:11:57 +02:00

8 lines
312 B
Plaintext

[codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = .git*,go.sum,*.lock,.codespellrc,vendor,translations,Keybindings_*.md,./pkg/gocui
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