From d782cc415658c094c7f32ca1f6253f9b8e1dce40 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sat, 24 Jan 2026 22:14:11 -0500 Subject: [PATCH] Update codespell config to reduce false positives - Skip build artifacts: dist, a2ui bundle, .cache, .npm - Skip creative writing: *.prose files - Ignore technical terms: ANSI sequences, Windows flags, variable names --- .codespellrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.codespellrc b/.codespellrc index 51c4dc024..41cb73a3a 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,6 +1,7 @@ [codespell] # Ref: https://github.com/codespell-project/codespell#using-a-config-file -skip = .git*,*.svg,package-lock.json,vendor,*-lock.yaml,*.css,.codespellrc +skip = .git*,*.svg,package-lock.json,vendor,*-lock.yaml,*.css,.codespellrc,dist,*.caf,*/a2ui/*,.cache,*.prose,.npm check-hidden = true -# ignore-regex = -# ignore-words-list = +# Ignore camelCase and PascalCase identifiers (common in code) +ignore-regex = \b[a-z]+[A-Z]\w*\b|\b[A-Z][a-z]+[A-Z]\w*\b +ignore-words-list = inout,rouge,statics,caf,afterall,cript,fro,nd,ot,fo