Exclude gocui from codespell check

It has too many typos that I don't care about fixing.
This commit is contained in:
Stefan Haller
2026-04-30 22:11:57 +02:00
parent cfcdcdb5be
commit d06522482f
+1 -1
View File
@@ -1,6 +1,6 @@
[codespell] [codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file # Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = .git*,go.sum,*.lock,.codespellrc,vendor,translations,Keybindings_*.md skip = .git*,go.sum,*.lock,.codespellrc,vendor,translations,Keybindings_*.md,./pkg/gocui
check-hidden = true check-hidden = true
# camel-cased # camel-cased
ignore-regex = (\b[A-Za-z][a-z]*[A-Z]\S+\b|\.edn\b|\S+…|\\nd\b) ignore-regex = (\b[A-Za-z][a-z]*[A-Z]\S+\b|\.edn\b|\S+…|\\nd\b)