From d06522482f67f0bb9d3b8cb40410cb4a35a59db4 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Thu, 30 Apr 2026 22:10:09 +0200 Subject: [PATCH] Exclude gocui from codespell check It has too many typos that I don't care about fixing. --- .codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codespellrc b/.codespellrc index a51e62395..6a19c8348 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,6 +1,6 @@ [codespell] # 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 # camel-cased ignore-regex = (\b[A-Za-z][a-z]*[A-Z]\S+\b|\.edn\b|\S+…|\\nd\b)