openclaw/.codespellrc
Yaroslav Halchenko d782cc4156 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
2026-01-24 23:19:09 -05:00

8 lines
414 B
Plaintext

[codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = .git*,*.svg,package-lock.json,vendor,*-lock.yaml,*.css,.codespellrc,dist,*.caf,*/a2ui/*,.cache,*.prose,.npm
check-hidden = true
# 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